After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 53625 - pressed ctrl-alt-delete
pressed ctrl-alt-delete
Status: RESOLVED DUPLICATE of bug 38666
Product: gnome-core
Classification: Deprecated
Component: gsm
unspecified
Other other
: Normal normal
: ---
Assigned To: gnome-core Maintainers
gnome-core Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-04-25 21:03 UTC by anthony
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description anthony 2001-04-25 21:07:18 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
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 659
  • #3 <signal handler called>
  • #4 SmsShutdownCancelled
    from /usr/X11R6/lib/libSM.so.6
  • #5 remove_client
  • #6 remove_client
  • #7 _SmsProcessMessage
    from /usr/X11R6/lib/libSM.so.6
  • #8 IceProcessMessages
    from /usr/X11R6/lib/libICE.so.6
  • #9 process_ice_messages
    at gnome-ice.c line 31
  • #10 gdk_io_invoke
    at gdkevents.c line 882
  • #11 g_io_unix_dispatch
    at giounix.c line 137
  • #12 g_main_dispatch
    at gmain.c line 656
  • #13 g_main_iterate
    at gmain.c line 877
  • #14 g_main_run
    at gmain.c line 935
  • #15 gtk_main
    at gtkmain.c line 524
  • #16 main
  • #17 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 659
  • #3 <signal handler called>
  • #4 SmsShutdownCancelled
    from /usr/X11R6/lib/libSM.so.6
  • #5 remove_client
  • #6 remove_client
  • #7 _SmsProcessMessage
    from /usr/X11R6/lib/libSM.so.6




------- 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.

Comment 1 Alan 2001-05-09 23:03:37 UTC
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

Comment 2 George Lebl 2001-07-06 09:33:12 UTC

*** This bug has been marked as a duplicate of 38666 ***