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 690929 - Strange size issue in internal_style_list
Strange size issue in internal_style_list
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-12-31 20:16 UTC by Andreas J. Guelzow
Modified: 2012-12-31 21:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2012-12-31 20:16:26 UTC
During loading of the file attached to https://bugs.launchpad.net/ubuntu/+source/gnumeric/+bug/1023254 we observe:

** (/home/aguelzow/gnumeric/bin/gnumeric:14526): WARNING **: Strange size issue
in internal_style_list
Comment 1 Andreas J. Guelzow 2012-12-31 20:18:18 UTC
The corresponding bt:

  • #0 g_log
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #1 internal_style_list
    at sheet-style.c line 2725
  • #2 sheet_style_get_range
    at sheet-style.c line 2776
  • #3 sheet_style_resize
    at sheet-style.c line 695
  • #4 gnm_sheet_resize_main
    at sheet.c line 1272
  • #5 gnm_sheet_resize
    at sheet.c line 1357
  • #6 oo_extent_sheet_rows
    at openoffice-read.c line 3490
  • #7 oo_row_start
    at openoffice-read.c line 3533
  • #8 push_child
    at gsf-libxml.c line 644
  • #9 lookup_child
    at gsf-libxml.c line 680
  • #10 gsf_xml_in_start_element
    at gsf-libxml.c line 754
  • #11 xmlParseStartTag
    from /usr/lib/libxml2.so.2
  • #12 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #13 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #14 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #15 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #16 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #17 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #18 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #19 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #20 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #21 xmlParseDocument
    from /usr/lib/libxml2.so.2
  • #22 gsf_xml_in_doc_parse
    at gsf-libxml.c line 1276
  • #23 openoffice_file_open
    at openoffice-read.c line 11915

Comment 2 Morten Welinder 2012-12-31 21:13:57 UTC
range is crazy.  looks like a problem in sheet_style_resize.
Comment 3 Morten Welinder 2012-12-31 21:17:33 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.