GNOME Bugzilla – Bug 453289
crash in Panel: Just logging in. I have ...
Last modified: 2007-07-03 12:08:18 UTC
Version: 2.18.2 What were you doing when the application crashed? Just logging in. I have a screenshot showing the screen when the Bug Buddy dialog box was displayed, so ask me for it by email and I'll send it along. This is running on F7 x86_64 that is fully updated, sans the 7 package updates that are shown in the screenshot. I bet that this may have been the same bug that occurred before, to which an email was sent asking me for more details from the stack trace, and for which I replied that I'm running non-debug. If you want to send me a debuggable library or executable, I will plug it in and use it as you see fit, but I'm not willing to compile GNOME from scratch on my end. Thanks, Brent Distribution: Fedora release 7 (Moonshine) Gnome Release: 2.18.2 2007-05-28 (Red Hat, Inc) BugBuddy Version: 2.18.0 System: Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Fedora Memory status: size: 294895616 vsize: 294895616 resident: 26845184 share: 21929984 rss: 26845184 rss_rlim: 18446744073709551615 CPU usage: start_time: 1183423930 rtime: 28 utime: 25 stime: 3 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/gnome-panel' (no debugging symbols found) Using host libthread_db library "/lib64/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 46912496368656 (LWP 3706)] (no debugging symbols found) 0x0000003af420d865 in waitpid () from /lib64/libpthread.so.0
+ Trace 145390
Thread 1 (Thread 46912496368656 (LWP 3706))
----------- .xsession-errors --------------------- localuser:brentg being added to access control list SESSION_MANAGER=local/hungover.domain.com:/tmp/.ICE-unix/3565 ** Message: Could not connect to power manager: Could not get owner of name 'org.gnome.PowerManager': no such name (gnome-panel:3706): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkMenuShell' (gnome-panel:3706): Gtk-CRITICAL **: gtk_menu_shell_insert: assertion `GTK_IS_MENU_SHELL (menu_shell)' failed (gnome-panel:3706): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkMenuShell' (gnome-panel:3706): Gtk-CRITICAL **: gtk_menu_shell_insert: assertion `GTK_IS_MENU_SHELL (menu_shell)' failed (gnome-panel:3706): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed --------------------------------------------------
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but the maintainers need more information to fix the bug. Could you please answer the questions in the other report in order to help the developers? *** This bug has been marked as a duplicate of 446183 ***
Hi Brent, (In reply to comment #0) > Just logging in. I have a screenshot showing the screen when the Bug Buddy > dialog box was displayed, so ask me for it by email and I'll send it along. > This is running on F7 x86_64 that is fully updated, sans the 7 package updates > that are shown in the screenshot. I bet that this may have been the same bug > that occurred before, to which an email was sent asking me for more details > from the stack trace, and for which I replied that I'm running non-debug. If > you want to send me a debuggable library or executable, I will plug it in and > use it as you see fit, but I'm not willing to compile GNOME from scratch on my > end. Thanks, Brent Fedora provides debug packages. See http://live.gnome.org/GettingTraces/DistroSpecificInstructions You can then install gnome-panel-debuginfo, glib2-debuginfo, and gtk2-debuginfo. Thanks!