-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
mate-volume-control-applet crashes after wakeup from hibernate #89
Comments
Looks the same as https://bugs.debian.org/856072... |
Yes it does. My GTK+ version is 3.22.12. |
Ok, can you try obtaining a backtrace via gdb? |
This is from a crash I had when my I've never done this before, so let me know if I can do anything else. I added the complete output (of Update: I checked the coredump of this mornings crash and it seems to be the same bug. |
Interesting, I didn't know about coredumpctl, will check it out later. I usually run the app via gdb manually and then get the backtrace with The backtrace shows that the bug is probably inside GTK+3 though... the library names hint about that. |
I will probably have to rebuild GTK+3 from source as Archlinux does not include debug information by default (afaik it even strips existing information). It could probably take some time. :( |
Yes, I heard about it several times. Other distros also strip the debug info, but they move it into separate packages which you can install if needed... |
I compiled gtk3 with debug symbols now (I would add it as a file, but github won't let me):
|
@raveit65: looks like https://bugzilla.redhat.com/1418334 is about this one, the backtrace is the same... |
Yes, nice bugs you will always find at rhbz :-) |
But as always, i was never affected by this issue. I use only suspend to ram sometimes. |
Not that I actually searched rhbz... but google led me there when I looked for similar backtraces. 🙂 |
I think it is somehow related to pulseaudio and their native TCP protocoll, which allows to connect multiple instances over LAN. Several times the applet crashed when disconnecting and also after suspend to ram. This seems to be the trigger, but not necessarily the cause (which explains why it occurs seldom). My guess is that the bug is connected to GtkStatusIcon, which is deprecated (making a fix unlikely). |
It might be, but other tray icons of GTK+ apps, which probably also use GtkStatusIcon, aren't affected. |
Looks like this report is related too https://bugzilla.redhat.com/show_bug.cgi?id=1694251 |
Is this one confirmed to be fixed by the last change to libmatemixer or not? |
Whenever my computer is woken up from hibernate and I hover my mouse over the status icon of mate-volume-control-applet the program crashes. I never encountered the issue with
--debug
enabled (at least as far as I remember). This time I had it running from a terminal and caught the following output:Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: