-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Crash when logout #414
Comments
A core file is nice, but it's a bit hard to use when not having the exact same build, and I don't think any of us do have a FreeBSD setup. So, could you give a full backtrace, made with debugging symbols for mate-settings-daemon, GLib, GObject and GTK? Also I guess you're not actually using mate-settings-daemon 1.20.9, are you?? This is ancient, and I'd be even surprised it'd work with 1.26 components. Finally, could yo by any chance test a Git version (or at least 1.28)? The issue might have already been fixed since 1.26 isn't exactly new :) |
Sorry! I edited the first post: I'll build them with debug symbols... |
Hum… what puzzles me is that the backtrace you show in the FreeBSD report doesn't have much of any information at all, just 2 unnamed frames. Do you get more info if you stop the process and tracktrace at this point? It might just be that at this point SIGBUS put the process in a weird state, but it's hard to take anything form it… |
sorry! glib and gtk has lots of build depends! now i haven't enough time to build them |
No worries, it's likely fine for GTK and GLib if we have function names. However, in your last debug output, it mentions SIGQUIT… and sure, but that's no reason to generate a core, is it? |
I think that core generated when i send SIGQUIT with kill to mate-settings-daemon. (it seems closing the mate-settings-daemon will generate a core by logout or signal etc.).
yes. with logout and sending signal manually Edit: the backtrace when logout |
Ah! The one at logout clearly shows an actual crash, whereas the other one showed merely a process stopping because of a signal it didn't handle. The logout backtrace suggests there's an issue in the mpris plugin, probably leading to a |
When i logout or shutdown the system mate-settings-daemon crashes and make core file.
Steps to reproduce the behaviour
Try to logout or any way to exit from desktop
MATE general version
1.26.0
Package version
1.26.0_4
Operating System
FreeBSD 14.0-RELEASE
Link to bugreport of your Distribution (requirement)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275703
core-file:
mate-settings-daemo.core.zip
The text was updated successfully, but these errors were encountered: