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 382477 - Crashes on 'Save As' command
Crashes on 'Save As' command
Status: RESOLVED DUPLICATE of bug 360401
Product: bluefish
Classification: Other
Component: application
1.0.6
Other All
: Normal critical
: ---
Assigned To: Bluefish Maintainer(s)
Bluefish Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-12-05 03:24 UTC by Drazen Gemic
Modified: 2006-12-05 23:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Drazen Gemic 2006-12-05 03:24:31 UTC
Steps to reproduce:
1. Enter few characters
2. Click 'Save As'
3. Crashes instead of showing file dialog


Stack trace:
Program received signal SIGSEGV, Segmentation fault.
0x08071371 in file_chooser_dialog ()
(gdb) bt
  • #0 file_chooser_dialog
  • #1 ask_new_filename
  • #2 doc_save
  • #3 file_save_as_cb
  • #4 g_cclosure_marshal_VOID__VOID
    from /usr/local/lib/libgobject-2.0.so.0
  • #5 g_closure_invoke
    from /usr/local/lib/libgobject-2.0.so.0
  • #6 g_signal_has_handler_pending
    from /usr/local/lib/libgobject-2.0.so.0
  • #7 g_signal_emit_valist
    from /usr/local/lib/libgobject-2.0.so.0
  • #8 g_signal_emit
    from /usr/local/lib/libgobject-2.0.so.0
  • #9 gtk_button_clicked
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #10 gtk_button_get_alignment
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #11 g_cclosure_marshal_VOID__VOID
    from /usr/local/lib/libgobject-2.0.so.0
  • #12 g_cclosure_new_swap
    from /usr/local/lib/libgobject-2.0.so.0
  • #13 g_closure_invoke
    from /usr/local/lib/libgobject-2.0.so.0
  • #14 g_signal_has_handler_pending
    from /usr/local/lib/libgobject-2.0.so.0
  • #15 g_signal_emit_valist
    from /usr/local/lib/libgobject-2.0.so.0
  • #16 g_signal_emit
    from /usr/local/lib/libgobject-2.0.so.0
  • #17 gtk_button_released
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #18 gtk_button_set_relief
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #19 gtk_marshal_VOID__UINT_STRING
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #20 g_cclosure_new_swap
    from /usr/local/lib/libgobject-2.0.so.0
  • #21 g_closure_invoke
    from /usr/local/lib/libgobject-2.0.so.0
  • #22 g_signal_has_handler_pending
    from /usr/local/lib/libgobject-2.0.so.0
  • #23 g_signal_emit_valist
    from /usr/local/lib/libgobject-2.0.so.0
  • #24 g_signal_emit
    from /usr/local/lib/libgobject-2.0.so.0
  • #25 gtk_widget_activate
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #26 gtk_propagate_event
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #27 gtk_main_do_event
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #28 gdk_event_get_graphics_expose
    from /usr/X11R6/lib/libgdk-x11-2.0.so.0
  • #29 g_main_context_dispatch
    from /usr/local/lib/libglib-2.0.so.0
  • #30 g_main_context_acquire
    from /usr/local/lib/libglib-2.0.so.0
  • #31 g_main_loop_run
    from /usr/local/lib/libglib-2.0.so.0
  • #32 gtk_main
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #33 main


Other information:
Platform=FreeBSD 6.1

Configure:
 ./configure --prefix=/usr/local/bluefish106 --enable-auto-optimization --enable-debugging-output  --disable-splash-screen --disable-update-da
tabases  --disable-nls --without-freedesktop_org-menu --without-freedesktop_org-mime --without-gnome2_4-mime --without-gnome2_4-appreg --without-icon-path

NO gnome_vfs

PCRE=pcre-6.6_1
gtk=gtk-2.8.12_1

Oher gtk2 applications are working (Sylpheed, emelfm-2, Firefox, Pan)
Comment 1 André Klapper 2006-12-05 23:48:46 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.


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