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 347424 - GtkFileChooser crashes
GtkFileChooser crashes
Status: RESOLVED DUPLICATE of bug 347066
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.10.x
Other All
: Normal critical
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-07-13 16:24 UTC by Christian Stangier
Modified: 2011-02-04 16:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Christian Stangier 2006-07-13 16:24:05 UTC
Steps to reproduce:
Click on File/Open in any program that uses GtkFileChooser and it's aborted with the following error:

Gtk-CRITICAL **: gtk_file_system_path_to_uri: assertion `path != NULL' failed
aborting...
gimp: terminated: Aborted

Stack trace:
Program received signal SIG33, Real-time event 33.

Thread NaN (LWP 18971)

  • #0 __kernel_vsyscall
  • #1 pthread_cond_wait
    from /lib/tls/libpthread.so.0
  • #2 g_async_queue_push_sorted
    from /usr/lib/libglib-2.0.so.0
  • #3 g_thread_pool_free
    from /usr/lib/libglib-2.0.so.0
  • #4 g_static_private_free
    from /usr/lib/libglib-2.0.so.0
  • #5 start_thread
    from /lib/tls/libpthread.so.0
  • #6 clone
    from /lib/tls/libc.so.6

Other information:
Comment 1 Matthias Clasen 2006-07-17 18:38:58 UTC

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