-
-
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-media: gtk_widget_get_frame_clock(): mate-volume-control-applet killed by SIGABRT #201
Comments
This is a bug I never, ever see in Debian. All of this could be hardware specific though
|
Why hardware specific? |
Actually, it looks from the stacktrace like the crash may relate to tooltips (EDIT: this one only, there are two more) , so some way of ensuring the tooltip does not get made or is destroyed if the data sent to it is or becomes invalid might be the fix. (EDIT: better to stop bad data from being sent to (by libmatemixer) or else used anywhere in the applet or m-s-d code) Note that I just got back from a 4 hours each way road trip. If you get this bug (which if hardware specific and not hardware plug/unplug triggered would depend on sound hardware not video cards), try building the applet with tooltips commented out or disabled in the code and see if that stops the crash. If it does we then have a known offender. You are thinking of Apport not Apparmor, and no, I don't have it installed. If I am working over Tor someplace I need to be able to deny having been at, I don't want the OS whose images go on all of my machines engaging in any non-Tor activity. I do not even use network time. As a rule I require manual control over every network connection my machines make. I don't think I've had Apport installed in over a decade, but as I recall it only triggered on crashes and I've never had the volume control applet crash in recent memory. Note that my sound devices rarely change however, and I do not own any Bluetooth audio devices. If this crash is occuring randomly on plugging or unplugging audio devices (which would change tooltip text) it's no surprise I would not see it. At any rate, all of these 1.26 crashes predate my wayland work, but there is this issue: in current wayland session, if the panel crashes it stays down (not running mate-session-manager which is an xsession manager), and has to be relaunched from terminal. This could cause a user unfamiliar with the terminal to decide they must trash their work and restart the compositor. |
Tooltips won't be enough, I'm thinking all three of these are crashes caused by the same bad data on a removed device getting fed to the applet or to m-s-d. If there is also a problem on a device idling, that could be related but that is speculation on my part. The backend audio device handling (in libmatemixer) is a part of the code I have yet to work with. |
This issue i caused by mouse-over the icon, not by unplug a usb device like in your link. |
I probably cannot fix them myself due to inability to duplicate the crash. Mousing over triggers the tooltip, so that particular crash might be bad data fed to the tooltip. On my box I can mouse over the icon all I want and it never crashes. Not only that, I have zero experience with that part of the code, so to fix it without being able to duplicate the issue is probably impossible unless I can find something simply by analyzing the code Obviously distros in which any applet is unstable are going to have to build that applet out-of-process until it is fixed, note that not being able to use the volume control applet is not a bar to using the rest of MATE on wayland if the other applets are built in-process. We need to find out if mate-volume-control itself also crashes on any of this, thougn in that case it would not take the panel down. Also-can you duplicate these crashes on wayland, or only on X11? If not, we could rename the in-process applet for wayland only, with the X11 applet staying out of process until a better fix is found. |
Looks like the same issue in debian.
|
No, i use wayland-session only for short PR testings. Caja windows can't be moved. |
Might be a solution if nothing other helps and the team (including me) is not able to fix the issues. |
There is some chance reason that with wayland client-side decorations in Caja the window cannot be moved, in months I have not been able to find it. Nemo and Nautilus windows can be moved. They use GtkApplicationWindow, Pluma does not and it also can be moved, GtkInspector doesn't show any obvious difference. Something must be telling wayfire not to move the CSD window Switching to server-side decorations in ~/.config/wayfire.ini makes all windows movable but decorations must then be themed from inside ~/.config/wayfire.ini with not a lot of options, that's how I have been using it. |
In the Debian bug report we have this: EDIT: This is in the status-icon (which is in a GtkPlug), so the icon should be inside a GtkPlug. If On a Pluma string search I did not find |
Also showing
which suggest we are trying to work on a window that does not exist. If this happens on scrolling it suggests an attempt common to the status icon and the applet to update the popped down dock and something going wrong with that e.g. the dock getting destroyed, then an attempt to update it. |
I am now suggesting that anyone running a wayland session and getting this issue temporarily remove the volume control applet from the panel and add a launcher for mate-volume-control in it's place. This of course can also be done if the applet is built out of process for stability in x11 sessions. |
This is one of repeating bugs which occurred very often in fedora in the last years and were reported by users via fedora bug reporting tool.
Mostly mate-media and mate-settings-daemon crashes together, because they are connected via libmatemixer, pulseaudio, etc.
Related m-s-d issue: mate-desktop/mate-settings-daemon#402
This is a blocker bug which prevent me to switch the applet to in-process build to avoid that the whole panel crashes.
No in-process --> no wayland session.
Actual behaviour
Full stacktrace at https://bugzilla.redhat.com/attachment.cgi?id=1977359
Steps to reproduce the behaviour
User info:
Basically nothing. I've just moved mouse over sound icon and tried to change sound with scroll.
(Maybe it's related somehow that I've upgraded from 36->38 but not sure how, and previously few versions before)
MATE general version
1.26.x
Package version
mate-media-1.26.1-1.fc38
Linux Distribution
Fedora 38
Link to bugreport of your Distribution (requirement)
https://bugzilla.redhat.com/show_bug.cgi?id=2225265
@mate-desktop/core-team
I am pretty sure that i ran for myself in this issue when moved with mouse over the applet icon.
Sometimes it happens, sometimes not.
The text was updated successfully, but these errors were encountered: