GNOME Bugzilla – Bug 664481
GtkFileChooserDialog folder selection crashes
Last modified: 2011-11-29 20:53:47 UTC
Created attachment 201822 [details] Sample test program Folder selection using GtkFileChooserDialog in gtk+3.2.2 crashes the application after "double-click" operations are carried out on those parts of the dialog requiring a double click (anything in the right-hand folder/file display). On each occasion a double-click on one of these items is made, the following error message is displayed: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed After some 3 to five such double-clicks, the program crashes. A sample test program which demonstrates this is attached. Also attached is a backtrace.
Created attachment 201823 [details] backtrace
This is to confirm that this bug is not present in gtk+-3.2.1. In version 3.2.2, the bug is also triggered when selecting files as well as when selecting directories (gedit crashes with this).
*** This bug has been marked as a duplicate of bug 664137 ***