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 366570 - Crash when opening a recent file while editing a cell
Crash when opening a recent file while editing a cell
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-10-28 23:51 UTC by sum1
Modified: 2006-10-29 01:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2006-10-28 23:51:51 UTC
Steps to reproduce:
- Make sure you have a file that exists in your recent file list (the crash doesn't seem to occur when selecting a file that no longer exists)
- Type 'a' in A1
- While still editing the cell, choose a recent file from the File menu

Backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 26321)

  • #0 cb_entry_delete_text
    at workbook-edit.c line 570
  • #1 _gtk_marshal_VOID__INT_INT
    from /usr/lib/libgtk-x11-2.0.so.0
  • #2 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #3 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #4 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #6 gtk_editable_insert_text
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 gtk_editable_delete_text
    from /usr/lib/libgtk-x11-2.0.so.0
  • #8 gtk_entry_set_text
    from /usr/lib/libgtk-x11-2.0.so.0
  • #9 wbcg_edit_line_set
    at workbook-control-gui.c line 327
  • #10 wb_control_edit_line_set
    at workbook-control.c line 74
  • #11 wb_view_edit_line_set
    at workbook-view.c line 393
  • #12 wbcg_edit_finish
    at workbook-edit.c line 239
  • #13 wbcg_sheet_remove_all
    at workbook-control-gui.c line 1077
  • #14 wb_control_sheet_remove_all
    at workbook-control.c line 84
  • #15 workbook_dispose
    at workbook.c line 90
  • #16 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #17 gui_wb_view_show
    at gui-file.c line 108
  • #18 gui_file_read
    at gui-file.c line 144
  • #19 cb_file_history_activate
    at wbc-gtk.c line 774
  • #20 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #21 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #22 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #25 _gtk_action_emit_activate
    from /usr/lib/libgtk-x11-2.0.so.0

Comment 1 Morten Welinder 2006-10-29 01:09:33 UTC
Oh, that's cute.

The current workbook is pristine so we want to get rid of it and replace
it by the loaded file.
Comment 2 Morten Welinder 2006-10-29 01:42:10 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.