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 624274 - Segmentation fault in in cell_calc_span (cell=0x84af3c4, col1=0xbfffe228, col2=0xbfffe224) at cellspan.c:238
Segmentation fault in in cell_calc_span (cell=0x84af3c4, col1=0xbfffe228, col...
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-07-13 19:30 UTC by Andreas J. Guelzow
Modified: 2010-07-13 19:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2010-07-13 19:30:26 UTC
new gnumeric
in A1 enter =pi()
boom

Program received signal SIGSEGV, Segmentation fault.
0x0019551d in cell_calc_span (cell=0x84af3c4, col1=0xbfffe228, col2=0xbfffe224) at cellspan.c:238
238			PangoDirection dir = pango_find_base_dir (pango_layout_get_text (rv->layout), -1);
(gdb) bt
  • #0 cell_calc_span
    at cellspan.c line 238
  • #1 sheet_cell_calc_span
    at sheet.c line 1487
  • #2 sheet_cell_set_text
  • #3 wbcg_edit_finish
    at wbc-gtk-edit.c line 366
  • #4 gnm_pane_key_mode_sheet
    at gnm-pane.c line 401
  • #5 gnm_pane_key_press
    at gnm-pane.c line 594
  • #6 _gtk_marshal_BOOLEAN__BOXED
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c line 84
  • #7 ??
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #9 ??
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #12 gtk_widget_event_internal
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c line 4951
  • #13 IA__gtk_window_propagate_key_event
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwindow.c line 5184
  • #14 gtk_window_key_press_event
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwindow.c line 5214

Comment 1 Jean Bréfort 2010-07-13 19:50:25 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.