GNOME Bugzilla – Bug 358454
GtkFileChooserButton crashes
Last modified: 2006-09-30 15:33:20 UTC
Whenever I try to use a GtkFileChooserButton in gtk+ 2.10.4 it crashes whatever the application I use (file-roller, brasero, ...). I use Fedora 6 Test 3. I reverted to gtk+ 2.10.3 and it doesn't happen in this version. The backtrace (that stupid as I am, I didn't think to save) gives me the origin line 2212 "gtk_file_path_compare (base_path, paths->data) == 0)" in update_combo_box. Apparently gtk_file_path_compare() is a macro for strcmp() and is passed a NULL argument which is base_path. If you need the full backtrace I could go back to gtk+ 2.10.4 and generate a backtrace.
indeed, sigh... this one here has been already reported as bug 357364, most likely that one is a duplicate of bug 358405. they seem to be gtk+ 2.10.4 specific, perhaps also bug 357936. *** This bug has been marked as a duplicate of 357364 ***
They are 2.10.4 specific. As I said reverting to 2.10.3 fixed the crash.