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 626632 - failure to correctly load chart from odf file
failure to correctly load chart from odf file
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-08-11 13:57 UTC by Andreas J. Guelzow
Modified: 2010-08-11 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample file (9.10 KB, application/vnd.oasis.opendocument.spreadsheet)
2010-08-11 13:57 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2010-08-11 13:57:15 UTC
Created attachment 167599 [details]
sample file

The attached ODF file is handcrafted (it is part of a test scenario of the OIC TC). When attempted to open this file in Gnumeric we get a crash:

  • #0 g_str_hash
    from /lib/libglib-2.0.so.0
  • #1 g_hash_table_lookup
    from /lib/libglib-2.0.so.0
  • #2 oo_chart_axis
    at openoffice-read.c line 3498
  • #3 push_child
    at gsf-libxml.c line 606
  • #4 lookup_child
    at gsf-libxml.c line 642
  • #5 gsf_xml_in_start_element
    at gsf-libxml.c line 712
  • #6 xmlParseStartTag__internal_alias
    at parser.c line 8157
  • #7 xmlParseElement__internal_alias
    at parser.c line 9461
  • #8 xmlParseContent__internal_alias
    at parser.c line 9371
  • #9 xmlParseElement__internal_alias
    at parser.c line 9542
  • #10 xmlParseContent__internal_alias
    at parser.c line 9371
  • #11 xmlParseElement__internal_alias
    at parser.c line 9542

Comment 1 Andreas J. Guelzow 2010-08-11 14:28:57 UTC
The crash has been fixed. We still fail to correctly import the frist chart in that file. See http://tools.oasis-open.org/version-control/browse/wsvn/oic/Advisories/00004-chart_cell_ranges/trunk/description.html for a discussion of that issue.
Comment 2 Andreas J. Guelzow 2010-08-11 17:04:19 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.