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 313190 - Crash when trying to open a file with GtkFileChooser
Crash when trying to open a file with GtkFileChooser
Status: RESOLVED DUPLICATE of bug 310270
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.7.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-11 05:38 UTC by Alastair Porter
Modified: 2005-08-11 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alastair Porter 2005-08-11 05:38:00 UTC
Version details: 2.7.5-0ubuntu1
Distribution/Version: Ubuntu Breezy AMD64

When trying to use the file chooser on a number of applications, it will load,
then crash the application.

Steps to reproduce:
-Open a program (Tested on gEdit, Bluefish cvs)
-Press the open button on the toolbar

Expected Result:
- Filechoose dialog opens and lets you select a file

Actual result:
Application crashes with the following error in the terminal:
(bluefish:18008): Gtk-CRITICAL **: gtk_file_system_path_is_local: assertion
`path != NULL' failed


Stacktrace from bluefish:
(bluefish:18039): Gtk-CRITICAL **: gtk_file_system_path_is_local: assertion `pat
h != NULL' failed

(bluefish:18039): Gtk-CRITICAL **: gtk_file_chooser_set_current_folder_uri: asse
rtion `uri != NULL' failed

Program received signal SIGSEGV, Segmentation fault.

Thread 46912589221680 (LWP 18039)

  • #0 strcmp
    from /lib/libc.so.6
  • #1 _gtk_file_chooser_default_get_type
    from /usr/lib/libgtk-x11-2.0.so.0
  • #2 _gtk_file_chooser_default_get_type
    from /usr/lib/libgtk-x11-2.0.so.0
  • #3 _gtk_file_chooser_default_get_type
    from /usr/lib/libgtk-x11-2.0.so.0
  • #4 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #8 gtk_tree_view_scroll_to_cell
    from /usr/lib/libgtk-x11-2.0.so.0
  • #9 gtk_tree_view_set_cursor_on_cell
    from /usr/lib/libgtk-x11-2.0.so.0
  • #10 _gtk_file_chooser_default_get_type
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_valist
  • #14 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #19 gtk_file_system_gnome_vfs_new
    from /usr/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
  • #20 _gnome_vfs_job_go
    from /usr/lib/libgnomevfs-2.so.0
  • #21 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #22 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #23 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #24 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 main
    at bluefish.c line 267

Comment 1 Teppo Turtiainen 2005-08-11 17:56:31 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of 310270 ***