GNOME Bugzilla – Bug 510426
crash in Open Folder: closing file browser
Last modified: 2008-05-23 10:01:43 UTC
Version: 2.21.5 What were you doing when the application crashed? closing file browser Distribution: Debian lenny/sid Gnome Release: 2.21.5 2008-01-17 (GARNOME) BugBuddy Version: 2.20.1 System: Linux 2.6.23.14 #1 SMP PREEMPT Mon Jan 14 19:40:50 MST 2008 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 513024000 vsize: 513024000 resident: 51425280 share: 18870272 rss: 51425280 rss_rlim: 18446744073709551615 CPU usage: start_time: 1200672777 rtime: 169 utime: 156 stime: 13 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/home/boat/garnome/bin/nautilus' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0x2ac73c491aa0 (LWP 4015)] [New Thread 0x41802950 (LWP 4071)] 0x00002ac73958734f in waitpid () from /lib/libpthread.so.0
+ Trace 185844
Thread 1 (Thread 0x2ac73c491aa0 (LWP 4015))
----------- .xsession-errors --------------------- ** (gconftool-2:4026): WARNING **: FIXME: Need to shutdown linc connections ... ** (gconftool-2:4027): WARNING **: FIXME: Need to shutdown linc connections ... seahorse-agent: couldn't read gpg configuration, will try to create seahorse-agent: couldn't modify gpg configuration: Failed to open file '/home/boat/.gnupg/gpg.conf': Permission denied ** (seahorse-agent:4022): WARNING **: FIXME: Need to shutdown linc connections ... ** Message: failed to load session from /home/boat/.nautilus/saved-session-3OS44T ** (gnome-panel:4016): WARNING **: Failed to establish a connection with GDM: No such file or directory GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed aborting... warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff79ffe000 --------------------------------------------------
-> GIO
Weird, its deep in the destruction of the widgets of the window, destroying a GtkNotebook. I didn't even know we used a GtkNotebook anywhere in the nautilus window...
We use it for the side pane. However, all widgets added to the pane should be referenced since they are added to the parent notebook in nautilus_navigation_window_add_sidebar_panel(), which always adds the children to the sidebar notebook. Probably it is unrefed to often, but a quick inspection doesn't yield any suspicious unref call. best regards, Christian Neumair
This should be a Gtk+ bug. *** This bug has been marked as a duplicate of 510433 ***