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 534131 - Parser fails to propagate errors correctly
Parser fails to propagate errors correctly
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-05-21 03:00 UTC by sum1
Modified: 2008-05-21 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2008-05-21 03:00:46 UTC
Version: r16592
OS: Ubuntu Hardy

Steps to reproduce:
- Enter '=average({f;})' (no quotes) into A1


Backtrace:

** (gnumeric:8218): CRITICAL **: gnm_expr_free: assertion `expr != NULL' failed

** (gnumeric:8218): CRITICAL **: link_expr_dep: assertion `tree != NULL' failed

Program received signal SIGSEGV, Segmentation fault.

Thread 3061693024 (LWP 8218)

  • #0 function_iterate_argument_values
    at func.c line 1465
  • #1 collect_floats
    at collect.c line 169
  • #2 float_range_function
    at collect.c line 241
  • #3 gnumeric_average
    at functions.c line 857
  • #4 function_call_with_exprs
    at func.c line 1044
  • #5 gnm_expr_eval
    at expr.c line 1321
  • #6 gnm_expr_top_eval
    at expr.c line 2839
  • #7 gnm_cell_eval_content
    at dependent.c line 1450
  • #8 gnm_rendered_value_new
    at rendered-value.c line 210
  • #9 gnm_cell_render_value
    at cell.c line 469
  • #10 row_calc_spans
    at cellspan.c line 411
  • #11 sheet_range_bounding_box
    at sheet.c line 2250
  • #12 scg_redraw_range
    at sheet-control-gui.c line 147
  • #13 sc_redraw_range
    at sheet-control.c line 89
  • #14 sheet_redraw_partial_row
    at sheet.c line 1010
  • #15 sheet_cell_calc_span
    at sheet.c line 1102
  • #16 sheet_cell_set_text
  • #17 cmd_set_text_redo
    at commands.c line 851
  • #18 command_push_undo
    at commands.c line 742
  • #19 cmd_set_text
  • #20 wbcg_edit_finish
    at wbc-gtk-edit.c line 222
  • #21 cb_gee_key_press_event

Comment 1 Morten Welinder 2008-05-21 14:36:45 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.