GNOME Bugzilla – Bug 327320
Panel crash chossing loading new logout and shutdown alert
Last modified: 2006-01-27 13:01:15 UTC
Steps to reproduce: 1. Select Desktop -> Logout (or Shut Down) 2. The message dialog appears, but empty 3. The "application exits unexpectly" appears Stack trace: Backtrace was generated from '/opt/gnome2/bin/gnome-panel' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1227052832 (LWP 1910)] [New Thread -1229718608 (LWP 1913)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 65278
Thread 2 (Thread -1229718608 (LWP 1913))
Please note the log_level=G_LOG_LEVEL_ERROR, not G_LOG_LEVEL_CRITICAL
Ok. So, it probably happens for people using esound. Sigh. Let's look for a workaround.
True. Disabling sound server in Sound capplet and killing esd process, alerts appear.
2006-01-17 Vincent Untz <vuntz@gnome.org> Fix crash with logout dialogs when esd and sound events are enabled. Fix bug #327320. * panel-logout.c: (panel_logout_set_property): new (panel_logout_get_property): new (panel_logout_class_init): override the "message-type" property of GtkMessageDialog, so that our code is called when libgnomeui reads the property (and not gtk+ code).
*** Bug 328822 has been marked as a duplicate of this bug. ***