GNOME Bugzilla – Bug 139249
Crash upon usage of the new GtkFileChooser
Last modified: 2011-02-04 16:16:24 UTC
Description of the crash: If I press one of the buttons on top (the parent directories of my current position in the directory tree) of the new GtkFileChooser in EOG, the application crashes. This does not happen in other applications that utilize the new GtkFileChooser widget. Steps to reproduce the crash: 1. Choose "Open" 2. Press one of the buttons on top of the GtkFileChooser widget 3. Crash Additional Information: The application dumped the following information to my terminal: > eog (eog:86858): Gtk-CRITICAL **: file gtkfilesystem.c: line 398 (gtk_file_system_volume_get_base_path): assertion `volume != NULL' failed (eog:86858): Gtk-CRITICAL **: file gtkfilesystem.c: line 675 (gtk_file_system_path_is_local): assertion `path != NULL' failed (eog:86858): Gtk-CRITICAL **: file gtkfilesystem.c: line 461 (gtk_file_system_volume_get_display_name): assertion `volume != NULL' failed (eog:86858): Gtk-CRITICAL **: file gtkfilesystem.c: line 488 (gtk_file_system_volume_render_icon): assertion `volume != NULL' failed (eog:86858): Gtk-CRITICAL **: file gtkfilesystem.c: line 398 (gtk_file_system_volume_get_base_path): assertion `volume != NULL' failed (gnome_segv:86859): Gtk-WARNING **: Ignoring the separator setting
Could you run eog in gdb and type 'bt' after the crash? Then paste the stacktrace here?
Sure, Program received signal SIGSEGV, Segmentation fault. 0x29050586 in strcmp () from /usr/lib/libc_r.so.4 (gdb) bt
+ Trace 46089
*** Bug 147071 has been marked as a duplicate of this bug. ***
*** Bug 146438 has been marked as a duplicate of this bug. ***
Dups were in rhythmbox and gedit. Reassigning... (Although bug 140926 makes me think that perhaps this is just a common misuse of GtkFileChooser that causes a crash?)
I think this is a duplicate of some other bug that was already fixed, but I can't remember its number. Please re-open if the problem persists after upgrading your gtk+ and libgnomeui.