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 159558 - automatic filesystem backend selection may crash application
automatic filesystem backend selection may crash application
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.4.x
Other Linux
: Normal normal
: Need diagnosis
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2004-11-26 14:09 UTC by Hans Breuer
Modified: 2007-01-24 19:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Hans Breuer 2004-11-26 14:09:01 UTC
- compile Dia (cvs) with --enable-gnome
- run it under Gnome 2.8
- choose File/Export :

 Program received signal SIG32, Real-time event 32.
0xb7a469c4 in pthread_getconcurrency () from /lib/libpthread.so.0
(gdb) bt
  • #0 pthread_getconcurrency
    from /lib/libpthread.so.0
  • #1 pthread_getconcurrency
    from /lib/libpthread.so.0
  • #2 pthread_create
    from /lib/libpthread.so.0
  • #3 ??
  • #4 ??
  • #5 ??
  • #6 g_static_private_free
    from /usr/lib/libglib-2.0.so.0
  • #7 ??
    from /lib/libpthread.so.0
  • #8 __after_morecore_hook
    from /lib/libc.so.6
  • #9 ??
  • #10 sem_timedwait
    from /lib/libpthread.so.0

There is work-around by explicit setting the backend with
gtk_file_chooser_dialog_new_with_backend (.. "default" ..)
which avoids the crashing.
Comment 1 Matthias Clasen 2004-12-04 18:35:28 UTC
That stacktrace doesn't look very helpful.
Comment 2 Federico Mena Quintero 2007-01-24 19:09:21 UTC
Marking as obsolete.