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 396200 - crash opening open office spread sheet ods
crash opening open office spread sheet ods
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 400882 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-13 18:32 UTC by sam tygier
Modified: 2007-01-26 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file that causes the crash (23.21 KB, application/vnd.oasis.opendocument.spreadsheet)
2007-01-13 18:33 UTC, sam tygier
Details

Description sam tygier 2007-01-13 18:32:20 UTC
gnumeric crashes when attempting to open the attached openoffice ods.

this is on edgy on powerpc, gnumeric version 1.7

this bug is also reported at https://bugs.launchpad.net/ubuntu/+source/gnumeric/+bug/79114

gdb gives the following

(gdb) r performance.ods
Starting program: /usr/bin/gnumeric performance.ods
[Thread debugging using libthread_db enabled]
[New Thread 805607904 (LWP 27779)]
Reading file:///home/sam/docs/physics/4th%20year/lab/CZT/CsI/performance.ods

** (gnumeric:27779): CRITICAL **: gnm_expr_top_get_range: assertion `IS_GNM_EXPR_TOP (texpr)' failed

Program received signal SIGSEGV, Segmentation fault.

Thread 805607904 (LWP 27779)

  • #0 od_plot_area
    at ../../../plugins/openoffice/openoffice-read.c line 1819
  • #1 gsf_xml_out_start_element
    from /usr/lib/libgsf-1.so.114
  • #2 gsf_xml_in_namecmp
    from /usr/lib/libgsf-1.so.114
  • #3 gsf_xml_in_check_ns
    from /usr/lib/libgsf-1.so.114
  • #4 xmlParseStartTag
    from /usr/lib/libxml2.so.2
  • #5 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #6 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #7 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #8 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #9 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #10 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #11 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #12 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #13 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #14 xmlParseDocument
    from /usr/lib/libxml2.so.2
  • #15 gsf_xml_in_doc_parse
    from /usr/lib/libgsf-1.so.114
  • #16 od_draw_object
    at ../../../plugins/openoffice/openoffice-read.c line 1585
  • #17 gsf_xml_out_start_element
    from /usr/lib/libgsf-1.so.114
  • #18 gsf_xml_in_namecmp
    from /usr/lib/libgsf-1.so.114
  • #19 gsf_xml_in_check_ns
    from /usr/lib/libgsf-1.so.114
  • #20 xmlParseStartTag
    from /usr/lib/libxml2.so.2
  • #21 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #22 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #23 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #24 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #25 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #26 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #27 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #28 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #29 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #30 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #31 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #32 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #33 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #34 xmlParseContent
    from /usr/lib/libxml2.so.2
  • #35 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #36 xmlParseDocument
    from /usr/lib/libxml2.so.2
  • #37 gsf_xml_in_doc_parse
    from /usr/lib/libgsf-1.so.114
  • #38 openoffice_file_open
    at ../../../plugins/openoffice/openoffice-read.c line 2469
  • #39 go_plugin_loader_module_get_type
    from /usr/lib/libgoffice-0.so.3
  • #40 go_plugin_file_opener_get_type
    from /usr/lib/libgoffice-0.so.3
  • #41 go_file_opener_open
    from /usr/lib/libgoffice-0.so.3
  • #42 wb_view_new_from_input
    at ../../src/workbook-view.c line 1033
  • #43 wb_view_new_from_uri
    at ../../src/workbook-view.c line 1084
  • #44 main
    at ../../src/main-application.c:446
Comment 1 sam tygier 2007-01-13 18:33:22 UTC
Created attachment 80192 [details]
file that causes the crash
Comment 2 Morten Welinder 2007-01-16 14:56:02 UTC
Confirmed with HEAD.
Comment 3 Morten Welinder 2007-01-16 16:19:42 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
Comment 4 sam tygier 2007-01-16 17:49:27 UTC
thanks
Comment 5 Morten Welinder 2007-01-26 15:42:00 UTC
*** Bug 400882 has been marked as a duplicate of this bug. ***