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 540996 - value_area_get_x_y critical
value_area_get_x_y critical
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Analytics
git master
Other All
: Normal normal
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-06-30 21:00 UTC by sum1
Modified: 2008-07-01 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2008-06-30 21:00:54 UTC
Version: r16688
OS: Ubuntu Hardy

Steps to reproduce:
- In A1, enter "a" (no quotes)
- In A2, enter "=match(1,A1,-1)" (no quotes)


Console output:

CRITICAL **: value_area_get_x_y: assertion `a_row<=b_row' failed


Backtrace:

(gdb) f 2
  • #2 value_area_get_x_y
    at value-sheet.c line 218
  • #0 IA__g_log
    at /build/buildd/glib2.0-2.16.3/glib/gmessages.c line 516
  • #1 IA__g_return_if_fail_warning
    at /build/buildd/glib2.0-2.16.3/glib/gmessages.c line 532
  • #2 value_area_get_x_y
    at value-sheet.c line 218
  • #3 value_area_fetch_x_y
    at value-sheet.c line 149
  • #4 get_elem
    at functions.c line 216
  • #5 find_index_bisection
    at functions.c line 405
  • #6 gnumeric_match
    at functions.c line 957
  • #7 function_call_with_exprs
    at func.c line 1247
  • #8 gnm_expr_eval
    at expr.c line 1321
  • #9 gnm_expr_top_eval
    at expr.c line 2839
  • #10 gnm_cell_eval_content
    at dependent.c line 1455
  • #11 gnm_rendered_value_new
    at rendered-value.c line 210
  • #12 gnm_cell_render_value
    at cell.c line 469
  • #13 row_calc_spans
    at cellspan.c line 411
  • #14 sheet_range_bounding_box
    at sheet.c line 2250
  • #15 scg_redraw_range
    at sheet-control-gui.c line 147
  • #16 sc_redraw_range
    at sheet-control.c line 89
  • #17 sheet_redraw_partial_row
    at sheet.c line 1010
  • #18 sheet_cell_calc_span
    at sheet.c line 1102
  • #19 sheet_cell_set_text
  • #20 cmd_set_text_redo
    at commands.c line 851
  • #21 command_push_undo
    at commands.c line 742
  • #22 cmd_set_text
  • #23 wbcg_edit_finish
    at wbc-gtk-edit.c line 222
  • #24 gnm_pane_key_mode_sheet
    at gnm-pane.c line 404
  • #25 gnm_pane_key_press
    at gnm-pane.c line 594

Comment 1 Morten Welinder 2008-07-01 15:40:38 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.