-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wingpanel crashes randomly #416
Comments
Same issue I have been using elementary os for over 2 years and wingpanel crashes almost every day and at random. I have to |
We likely need some traces to understand what is happening:
sudo apt install systemd-coredump ubuntu-dbgsym-keyring
echo "deb http://ddebs.ubuntu.com $(lsb_release -csu)-updates main restricted universe multiverse\ndeb http://ddebs.ubuntu.com $(lsb_release -csu)-proposed main restricted universe multiverse\ndeb http://ddebs.ubuntu.com $(lsb_release -csu) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
sudo apt update
sudo apt install libglib2.0-0-dbgsym libgtk-3-0-dbgsym io.elementary.wingpanel-dbgsym libwingpanel3-dbgsym wingpanel-indicator-bluetooth-dbgsym wingpanel-indicator-datetime-dbgsym wingpanel-indicator-keyboard-dbgsym wingpanel-indicator-network-dbgsym wingpanel-indicator-nightlight-dbgsym wingpanel-indicator-notifications-dbgsym wingpanel-indicator-power-dbgsym wingpanel-indicator-session-dbgsym wingpanel-indicator-sound-dbgsym
sudo coredumpctl dump /usr/bin/io.elementary.wingpanel Thank you for your cooperation |
You can also review them here : warning.txt Is this related to a different version of eOS? |
@tarik-boumaza Sorry, the report above mentioned Odin (Based on Ubuntu Focal), you seem to be on Juno (based on Ubuntu Bionic) We are unlikely to fix any issue on Juno these days |
@tintou are these kind of debugging instructions available on the elementary website for easy discoverable? |
@vjr It's not and I'm actually recreating the instructions from memory every time I have to ask them 😅 |
I have the same issue with a wingpanel that now crashes when anything on it is clicked. It recovers and then crashes again. I am using ODIN 6.1 with full updates. wemax@wemax-780:/etc/apt/sources.list.d$ sudo apt install libglib2.0-0-dbgsym libgtk-3-0-dbgsym io.elementary.wingpanel-dbgsym libwingpanel3-dbgsym wingpanel-indicator-bluetooth-dbgsym wingpanel-indicator-datetime-dbgsym wingpanel-indicator-keyboard-dbgsym wingpanel-indicator-network-dbgsym wingpanel-indicator-nightlight-dbgsym wingpanel-indicator-notifications-dbgsym wingpanel-indicator-power-dbgsym wingpanel-indicator-session-dbgsym wingpanel-indicator-sound-dbgsym Wingpanel at this stage is unusable. |
Possible related to elementary/wingpanel-indicator-notifications#123. |
same problem here. In my case, wingpanel does not crash, it just freezes and uses 100% of a CPU core, and every opened program starts to behave buggy. I installed all this debugging stuff but since wingpanel did not crash if I run I attach some syslog entries that seems related
|
( @vjr @tintou There is some relevant how to debug info in this section of the website: https://docs.elementary.io/contributor-guide/ ) |
I opened wingpanel from the terminal as described in the guide. The freezing problem appears when the bell icon is clicked and after that, if I click anywhere on the screen, these 3 log lines are shown, `(io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed (io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed (io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed` and the only way to change the focused window is with alt + tab because it looks as if the mouse click stopped working. The only way to get it to work again is by killing wing panel. Here is the whole log |
Several issue reports similar to yours indicate the following solution: rm ~/.cache/.notifications.session |
Nice, It works smoothly now. |
Looks like the underlying problem is elementary/wingpanel-indicator-notifications#237, let's close this issue for now? |
What Happened?
I'm on latest odin (fresh instlal no upgrade) - wingpanel crashes randomly. The time freezes and no click on application menu is possible.
my workaround is I use killall io.elementary.wingpanel to restart the wingpanel process.
are there any logs or a debug mode?
io.elementary.wingpanel --help does not show up a debug option.
The only modification is I have installed the system monitor plugin:
https://github.com/diogopessoa/wingpanel-indicator-sysmon
Steps to Reproduce
randomly 4-5 crashes a day
Expected Behavior
no random crashes
OS Version
6.x (Odin)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: