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 490859 - Crash when exporting test-indent.gnumeric to HTML format
Crash when exporting test-indent.gnumeric to HTML format
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export HTML
git master
Other All
: Normal critical
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-10-27 17:37 UTC by sum1
Modified: 2007-10-27 22:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2007-10-27 17:37:05 UTC
Version: r16021
OS: Ubuntu Gutsy

Steps to reproduce:
- Run Gnumeric
- Import gnumeric/samples/test-indent.gnumeric
- File > Save As
- Select the "HTML 4.0" file type
- Press Save to crash Gnumeric

Backtrace:
Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 17041)

  • #0 gnm_style_get_contents_hidden
    at mstyle.c line 1374
  • #1 html_write_cell_content
    at html.c line 145
  • #2 write_cell
    at html.c line 370
  • #3 write_row
    at html.c line 424
  • #4 write_sheet
    at html.c line 463
  • #5 html_file_save
    at html.c line 563
  • #6 html40_file_save
    at html.c line 574
  • #7 go_plugin_loader_module_func_file_save
    at go-plugin-loader-module.c line 307
  • #8 go_plugin_file_saver_save
    at go-plugin-service.c line 749
  • #9 go_file_saver_save
    at file.c line 663
  • #10 wbv_save_to_output
    at workbook-view.c line 829
  • #11 wbv_save_to_uri
    at workbook-view.c line 864
  • #12 wb_view_save_as
    at workbook-view.c line 900
  • #13 gui_file_save_as
    at gui-file.c line 535
  • #14 cb_file_save_as
    at wbc-gtk-actions.c line 91
  • #15 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #17 ??
    from /usr/lib/libgobject-2.0.so.0
  • #18 ??
  • #19 ??

Comment 1 Andreas J. Guelzow 2007-10-27 22:44:02 UTC
row=-1211716548  ??

There seem to be some weird things happening...
Comment 2 Morten Welinder 2007-10-27 22:57:16 UTC
The problem was during loading of objects and not related to html.

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.