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 341115 - Critical warning and crash in gnome-session-remove
Critical warning and crash in gnome-session-remove
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-09 09:20 UTC by Kjartan Maraas
Modified: 2006-05-24 12:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch from fedora (425 bytes, patch)
2006-05-22 11:08 UTC, Kjartan Maraas
none Details | Review

Description Kjartan Maraas 2006-05-09 09:20:03 UTC
I ran gnome-session-remove gnome-panel and was rewarded with this:

  • #0 ??
  • #1 ??
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 812
  • #3 <signal handler called>
  • #4 IA__g_logv
    at gmessages.c line 503
  • #5 IA__g_log
    at gmessages.c line 517
  • #6 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #7 IA__g_shell_parse_argv
    at gshell.c line 611
  • #8 session_initialized
    at gsm-remove-client.c line 70
  • #9 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #10 IA__g_closure_invoke
    at gclosure.c line 490
  • #11 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #12 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #13 IA__g_signal_emit
    at gsignal.c line 2241
  • #14 dispatch_event
    at gsm-protocol.c line 891
  • #15 _SmcProcessMessage
    at sm_process.c line 404
  • #16 IceProcessMessages
    at process.c line 344
  • #17 process_ice_messages
    at gnome-ice.c line 57
  • #18 g_io_unix_dispatch
    at giounix.c line 162
  • #19 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #20 g_main_context_iterate
    at gmain.c line 2547
  • #21 IA__g_main_loop_run
    at gmain.c line 2751
  • #22 IA__gtk_main
    at gtkmain.c line 999
  • #23 main
    at gsm-remove-client.c line 157
  • #24 __libc_start_main
    at libc-start.c line 231
  • #25 _start

Comment 1 Elijah Newren 2006-05-17 21:59:32 UTC
I just got the same stack trace, doing the same thing.
Comment 2 Kjartan Maraas 2006-05-22 11:08:57 UTC
Created attachment 65991 [details] [review]
patch from fedora
Comment 3 Kjartan Maraas 2006-05-24 12:09:09 UTC
I commited this patch.