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 559363 - growth crash
growth crash
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Analytics
git master
Other All
: Normal critical
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-11-05 00:55 UTC by sum1
Modified: 2008-11-05 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2008-11-05 00:55:10 UTC
Version: r16949
OS: Ubuntu Intrepid

Steps to reproduce:
- In A1, enter "=growth(1,1,Sheet_Title,0)" (no quotes)


Backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread 3061181056 (LWP 800)

  • #0 gnm_expr_eval
    at expr.c line 1355
  • #1 gnm_expr_top_eval
    at expr.c line 2858
  • #2 gnm_cell_eval_content
    at dependent.c line 1455
  • #3 gnm_rendered_value_new
    at rendered-value.c line 210
  • #4 gnm_cell_render_value
    at cell.c line 469
  • #5 row_calc_spans
    at cellspan.c line 411
  • #6 sheet_range_bounding_box
    at sheet.c line 2259
  • #7 scg_redraw_range
    at sheet-control-gui.c line 147
  • #8 sc_redraw_range
    at sheet-control.c line 89
  • #9 sheet_redraw_partial_row
    at sheet.c line 1019
  • #10 sheet_cell_calc_span
    at sheet.c line 1111
  • #11 sheet_cell_set_text
  • #12 cmd_set_text_redo
    at commands.c line 851
  • #13 command_push_undo
    at commands.c line 742
  • #14 cmd_set_text
  • #15 wbcg_edit_finish
    at wbc-gtk-edit.c line 222
  • #16 cb_gee_key_press_event
    at gnumeric-expr-entry.c line 522

Comment 1 Morten Welinder 2008-11-05 01:54:42 UTC
We need to handle the nnx==0 case.  Not sure what the result should be.
Comment 2 Morten Welinder 2008-11-05 13:37:42 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.