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 575843 - Null pointer crash in oo_cell_content_end()
Null pointer crash in oo_cell_content_end()
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other All
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-03-18 15:20 UTC by sum1
Modified: 2009-03-19 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ods file (21.43 KB, application/vnd.oasis.opendocument.spreadsheet)
2009-03-18 15:21 UTC, sum1
Details

Description sum1 2009-03-18 15:20:57 UTC
Version: r17221
OS: Ubuntu Intrepid

The upcoming attachment was created by converting Attachment 106578 [details] (.xls file from Bug 520401) to .ods format with OpenOffice.org 3.0.1.


Steps to reproduce:
- Import the upcoming .ods attachment


Backtrace:

CRITICAL **: cell_tile_apply_pos: assertion `col < SHEET_MAX_COLS' failed
CRITICAL **: sheet_cell_create: assertion `col < gnm_sheet_get_max_cols (sheet)' failed

Program received signal SIGSEGV, Segmentation fault.

Thread 3066578688 (LWP 10481)

  • #0 oo_cell_content_end
    at openoffice-read.c line 1093
  • #1 gsf_xml_in_end_element
    at gsf-libxml.c line 784
  • #2 xmlParseEndTag1
    at parser.c line 7786
  • #3 xmlParseElement__internal_alias
    at parser.c line 9148
  • #4 xmlParseContent__internal_alias
    at parser.c line 8952
  • #5 xmlParseElement__internal_alias
    at parser.c line 9122
  • #6 xmlParseContent__internal_alias
    at parser.c line 8952
  • #7 xmlParseElement__internal_alias
    at parser.c line 9122
  • #8 xmlParseContent__internal_alias
    at parser.c line 8952
  • #9 xmlParseElement__internal_alias
    at parser.c line 9122
  • #10 xmlParseContent__internal_alias
    at parser.c line 8952
  • #11 xmlParseElement__internal_alias
    at parser.c line 9122
  • #12 xmlParseContent__internal_alias
    at parser.c line 8952
  • #13 xmlParseElement__internal_alias
    at parser.c line 9122
  • #14 xmlParseContent__internal_alias
    at parser.c line 8952
  • #15 xmlParseElement__internal_alias
    at parser.c line 9122
  • #16 xmlParseDocument__internal_alias
    at parser.c line 9737
  • #17 gsf_xml_in_doc_parse
    at gsf-libxml.c line 1190
  • #18 openoffice_file_open
    at openoffice-read.c line 3010
  • #19 go_plugin_loader_module_func_file_open
    at go-plugin-loader-module.c line 239
  • #20 go_plugin_file_opener_open
    at go-plugin-service.c line 476
  • #21 go_file_opener_open
    at file.c line 299
  • #22 wb_view_new_from_input
    at workbook-view.c line 1057
  • #23 wb_view_new_from_uri
    at workbook-view.c line 1111
  • #24 main
    at main-application.c line 449

Comment 1 sum1 2009-03-18 15:21:57 UTC
Created attachment 130891 [details]
ods file
Comment 2 Morten Welinder 2009-03-19 13:50:01 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.