GNOME Bugzilla – Bug 567823
workbook_iteration_tolerance criticals during import
Last modified: 2009-01-15 19:12:44 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
+ Trace 211562
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.
Hmm, sorry, wrong bug :-(
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.
(Where "fixed" just means that it throws the errors in a different way. The file is damaged.)