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 680711 - Crash on INTERPOLATION
Crash on INTERPOLATION
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Analytics
git master
Other Linux
: Normal critical
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-07-27 18:00 UTC by Andreas J. Guelzow
Modified: 2012-07-27 18:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2012-07-27 18:00:21 UTC
This crash happens in current git as well as 1.10.17:

A1:1
A2:2
B1:10
B2:20

D1: =interpolation(A1:A2,B1:B2,0.5,1)
when we finish entering this we get a segfault:

  • #0 gnm_expr_eval
    at expr.c line 1437
  • #1 gnm_expr_top_eval
    at expr.c line 3107
  • #2 gnm_cell_eval_content
    at dependent.c line 1474
  • #3 cell_dep_eval
    at dependent.c line 1159
  • #4 dependent_eval
    at dependent.c line 1560
  • #5 gnm_cell_eval
    at dependent.c line 1570
  • #6 gnm_rendered_value_new
    at rendered-value.c line 236
  • #7 gnm_cell_render_value
    at cell.c line 568
  • #8 gnm_cell_fetch_rendered_value
    at cell.c line 545
  • #9 row_calc_spans
    at cellspan.c line 419
  • #10 sheet_range_bounding_box
    at sheet.c line 2904
  • #11 scg_redraw_range
    at sheet-control-gui.c line 167
  • #12 sc_redraw_range
    at sheet-control.c line 90
  • #13 sheet_redraw_partial_row
    at sheet.c line 1436
  • #14 sheet_cell_calc_span
    at sheet.c line 1564
  • #15 sheet_cell_set_text
  • #16 wbcg_edit_finish
    at wbc-gtk-edit.c line 377
  • #17 cb_gee_key_press_event
    at gnumeric-expr-entry.c line 1439

Comment 1 Andreas J. Guelzow 2012-07-27 18:11:15 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.