GNOME Bugzilla – Bug 510433
crash in Document Viewer: closing evince
Last modified: 2008-05-30 18:35:36 UTC
Version: 2.21.1 What were you doing when the application crashed? closing evince 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: 445923328 vsize: 445923328 resident: 26951680 share: 16166912 rss: 26951680 rss_rlim: 18446744073709551615 CPU usage: start_time: 1200675439 rtime: 65 utime: 55 stime: 10 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/home/boat/garnome/bin/evince' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0x2b88a2935200 (LWP 4312)] [New Thread 0x44000950 (LWP 4313)] 0x00002b889b73834f in waitpid () from /lib/libpthread.so.0
+ Trace 185849
Thread 1 (Thread 0x2b88a2935200 (LWP 4312))
----------- .xsession-errors --------------------- ** (gconftool-2:4262): 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:4258): WARNING **: FIXME: Need to shutdown linc connections ... ** Message: failed to load session from /home/boat/.nautilus/saved-session-3OS44T ** (gnome-panel:4251): WARNING **: Failed to establish a connection with GDM: No such file or directory Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2200003 (Evince Doc) Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed. 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 0x7fff137fe000 --------------------------------------------------
-> GtkNotebook This seems a crash in GTK+, you can find other traces like this from other apps (see duplicates).
*** Bug 510426 has been marked as a duplicate of this bug. ***
It seems to me that the tab label is being destroyed before actually removing the page (which also deals with the tab_label to disconnect signals, unparent, etc...), if that's true, I don't think GTK+ is the one to blame here.
*** This bug has been marked as a duplicate of 388321 ***