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 567823 - workbook_iteration_tolerance criticals during import
workbook_iteration_tolerance criticals during import
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-01-15 06:07 UTC by sum1
Modified: 2009-01-15 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2009-01-15 06:07:58 UTC
Version: r17067
OS: Ubuntu Intrepid

Steps to reproduce:
- Import attachment 72326 [details] (.xls file) from Bug 350973


Console output:

CRITICAL **: workbook_iteration_tolerance: assertion `tolerance >= 0' failed
CRITICAL **: workbook_iteration_tolerance: assertion `tolerance >= 0' failed
CRITICAL **: workbook_iteration_tolerance: assertion `tolerance >= 0' failed


Backtrace:

Breakpoint 1, 0xb7015926 in g_log () from /usr/lib/libglib-2.0.so.0
(gdb) bt
  • #0 g_log
    from /usr/lib/libglib-2.0.so.0
  • #1 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #2 workbook_iteration_tolerance
    at workbook.c line 596
  • #3 excel_read_DELTA
    at ms-excel-read.c line 4585
  • #4 excel_read_sheet
    at ms-excel-read.c line 6124
  • #5 excel_read_BOF
    at ms-excel-read.c line 6514
  • #6 excel_read_workbook
    at ms-excel-read.c line 6597
  • #7 excel_file_open
    at boot.c line 192
  • #8 go_plugin_loader_module_func_file_open
    at go-plugin-loader-module.c line 239
  • #9 go_plugin_file_opener_open
    at go-plugin-service.c line 476
  • #10 go_file_opener_open
    at file.c line 299
  • #11 wb_view_new_from_input
    at workbook-view.c line 1230
  • #12 wb_view_new_from_uri
    at workbook-view.c line 1284
  • #13 main
    at main-application.c line 444

Comment 1 Jean Bréfort 2009-01-15 12:22:18 UTC
I can't reproduce anymore after a recompilation. Anyway, changing this g_return_val_if_fail by XL_CHECK_CONDITION_VAL.
Please reopen if it's still there.
Comment 2 Jean Bréfort 2009-01-15 13:17:50 UTC
Hmm, sorry, wrong bug :-(
Comment 3 Morten Welinder 2009-01-15 19:07:49 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.
Comment 4 Morten Welinder 2009-01-15 19:12:44 UTC
(Where "fixed" just means that it throws the errors in a different way.
The file is damaged.)