GNOME Bugzilla – Bug 352875
Crash upon closing open dialog
Last modified: 2006-08-26 19:51:42 UTC
Steps to reproduce: 1. File->Open 2. Select a file 3. Press Open Stack trace: (gdb) bt
+ Trace 70999
Other information: The following warnings are produced prior to the crash: ** (gedit:367): WARNING **: file_system_gnome_vfs=0x830d010 still has handle=0x8381800 at finalization which is CANCELLED! ** (gedit:367): WARNING **: file_system_gnome_vfs=0x830d010 still has handle=0x832f520 at finalization which is NOT CANCELLED! ** (gedit:367): WARNING **: file_system_gnome_vfs=0x830d010 still has handle=0x8313580 at finalization which is CANCELLED! ** (gedit:367): WARNING **: file_system_gnome_vfs=0x830d010 still has handle=0x832f440 at finalization which is NOT CANCELLED! ** (gedit:367): WARNING **: file_system_gnome_vfs=0x830d010 still has handle=0x8353460 at finalization which is NOT CANCELLED! (gedit:367): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkFileSystemGnomeVFS' ** ERROR **: file gtkfilesystemgnomevfs.c: line 3439 (gtk_file_system_handle_gnome_vfs_finalize): assertion failed: (g_hash_table_lookup (system_vfs->handles, handle) != NULL)
Oops, I may have jumped the gun on this one. Upon finding that the evolution Add Attachment dialog exhibited the same behavior while drafting an email a few minutes after submitting this bug (impecible timing), I traced the problem back to a handle list that was added to GtkFileSystemGnomeVFS in libgnomeui a few days ago. (http://cvs.gnome.org/viewcvs/libgnomeui/file-chooser/gtkfilesystemgnomevfs.c?rev=1.80&view=log)
It also happens with the liferea export feeds dialog.
Might be a dupe of bug #352728
I downgraded gtkfilesystemgnomevfs.c to 1.79 from CVS and the problem disappears. I can reproduce bug #352728 if I upgrade again so judging from the stack it seems safe to assume that all three of these bugs are related.
thanks for the investigation. Marking as dup. *** This bug has been marked as a duplicate of 352728 ***