After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 358454 - GtkFileChooserButton crashes
GtkFileChooserButton crashes
Status: RESOLVED DUPLICATE of bug 357364
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.10.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-09-30 09:22 UTC by Philippe Rouquier
Modified: 2006-09-30 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philippe Rouquier 2006-09-30 09:22:48 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.
Comment 1 André Klapper 2006-09-30 10:17:42 UTC
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 ***
Comment 2 Philippe Rouquier 2006-09-30 15:33:20 UTC
They are 2.10.4 specific. As I said reverting to 2.10.3 fixed the crash.