GNOME Bugzilla – Bug 53625
pressed ctrl-alt-delete
Last modified: 2004-12-22 21:47:04 UTC
Package: gnome-core Severity: normal Version: 1.4.0.2 Synopsis: pressed ctrl-alt-delete Bugzilla-Product: gnome-core Bugzilla-Component: gsm Description: Pressed ctrl-alt-delete. When popup asked if I was sure I wanted to logout, I clicked No Segfault ensued Debugging Information: (no debugging symbols found)...0x4050de69 in __wait4 () from /lib/libc.so.6
+ Trace 4906
------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-04-25 17:07 ------- The original reporter (anthony@localhost.localdomain) of this bug does not have an account here. Reassigning to the exporter, unknown@bugzilla.gnome.org. Reassigning to the default owner of the component, gnome-core-maint@bugzilla.gnome.org.
We hit process_save_request(client, ...). We call maybe_display_gui(). That calls gtk_run_dialog which continues to run the gtk event loop. The gtk event loop sees "client" die, we free client, we return from the dialog, we do an SmsShutdownCancelled() on a dead object - we die the remove client in the stack trace is noise from the previous use of the stack that wasnt wiped by this call sequence
*** This bug has been marked as a duplicate of 38666 ***