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 584746 - NULL sheet in gnm_sheet_get_size!
NULL sheet in gnm_sheet_get_size!
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-06-03 17:06 UTC by Andreas J. Guelzow
Modified: 2009-06-04 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2009-06-03 17:06:04 UTC
While entering an array function (Note that the as_array=0 is confusing. I am entering it as an array function.):

  • #0 IA__g_log
    at /build/buildd-glib2.0_2.20.1-2-i386-hGzT8z/glib2.0-2.20.1/glib/gmessages.c line 522
  • #1 gnm_sheet_get_size
    at sheet.c line 5696
  • #2 cellref_boundingbox
    at expr.c line 2274
  • #3 gnm_expr_get_boundingbox
    at expr.c line 2441
  • #4 gnm_expr_get_boundingbox
    at expr.c line 2418
  • #5 gnm_expr_top_get_boundingbox
    at expr.c line 3051
  • #6 sheet_range_set_text
  • #7 cmd_area_set_text_redo
    at commands.c line 1159
  • #8 command_push_undo
    at commands.c line 754
  • #9 cmd_area_set_text
  • #10 wbcg_edit_finish
    at wbc-gtk-edit.c line 226
  • #11 cb_gee_key_press_event
    at gnumeric-expr-entry.c line 636

Comment 1 Morten Welinder 2009-06-03 18:04:49 UTC
I don't see this when doing like this:

1. Select area, say a1:f10.
2. Enter =rank(M3:M22,Sheet1!$A$1:$A$20)
3. Ctrl-Shift-Enter.

How do you provoke it?
Comment 2 Andreas J. Guelzow 2009-06-03 20:40:38 UTC
type Ctrl-alt-enter
Comment 3 Morten Welinder 2009-06-03 23:20:39 UTC
NULLs fixed, but something is still weird with ctrl-enter.
Comment 4 Morten Welinder 2009-06-04 13:18:48 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.