GNOME Bugzilla – Bug 427695
crash in gThumb Image Viewer: Changing directory
Last modified: 2007-04-09 17:26:49 UTC
What were you doing when the application crashed? Changing directory Distribution: Debian 4.0 Gnome Release: 2.18.0 2007-03-15 (JHBuild) BugBuddy Version: 2.18.0 System: Linux 2.6.18-4-k7 #1 SMP Wed Feb 21 16:48:19 UTC 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 134754304 vsize: 134754304 resident: 79015936 share: 13496320 rss: 79015936 rss_rlim: 4294967295 CPU usage: start_time: 1176070907 rtime: 3127 utime: 2229 stime: 898 cutime:28546 cstime: 1353 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/opt/gnome2/bin/gthumb' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1228241216 (LWP 22325)] [New Thread -1258685520 (LWP 22337)] [New Thread -1258161232 (LWP 22336)] [New Thread -1257636944 (LWP 22335)] [New Thread -1230939216 (LWP 22331)] [New Thread -1230394448 (LWP 22330)] 0xb7894231 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 126130
Thread 1 (Thread -1228241216 (LWP 22325))
----------- .xsession-errors (1205 sec old) --------------------- Window manager warning: Received a _NET_WM_MOVERESIZE message for 0x3200003 (20070407_1); these messages lack timestamps and therefore suck. Window manager warning: Received a _NET_WM_MOVERESIZE message for 0x3200003 (20070407_1); these messages lack timestamps and therefore suck. (epiphany:26474): Gtk-CRITICAL **: gtk_window_group_remove_window: assertion `GTK_IS_WINDOW_GROUP (window_group)' failed (epiphany:26474): Gtk-CRITICAL **: gtk_window_group_remove_window: assertion `GTK_IS_WINDOW_GROUP (window_group)' failed (epiphany:26474): Gtk-CRITICAL **: gtk_window_group_remove_window: assertion `GTK_IS_WINDOW_GROUP (window_group)' failed (epiphany:26474): Gtk-CRITICAL **: gtk_window_group_remove_window: assertion `GTK_IS_WINDOW_GROUP (window_group)' failed (epiphany:26474): Gtk-CRITICAL **: gtk_window_group_remove_window: assertion `GTK_IS_WINDOW_GROUP (window_group)' failed (epiphany:26474): Gtk-CRITICAL **: gtk_window_group_remove_window: assertion `GTK_IS_WINDOW_GROUP (window_group)' failed --------------------------------------------------
I can't reproduce this. What exactly were you doing, what version were you using, and what was the name of the file or directory? It looks like gthumb is choking when you change to a file or directory named ".gqv" - i.e., with nothing before the "." I can't reproduce it, though. - Mike
.gqv is the file extension for gThumb catalogs - were you working with catalogs? - Mike
This backtrace is the same as the segment fault that i refered in the bug 427846. It happens when the "catalogs" item is choosen from the combobox. (the filename/uri is NULL when is being passed to file_extension_is) That patch should fix this.
*** This bug has been marked as a duplicate of 427846 ***