GNOME Bugzilla – Bug 312010
Crashes if .gnumeric file has wrong SelectedTab value
Last modified: 2006-10-23 19:27:02 UTC
Distribution/Version: RC2 Change any .gnumeric file to have an invalid tab number selected. For example: <gnm:UIData SelectedTab="11"/> when there are only 11 tabs total. Watch Kansas go bye bye, Dorothy. Note: the use of both 0-based and 1-based indexes is bound to cause trouble in the future, IMHO.
** (gnumeric:13241): CRITICAL **: workbook_sheet_by_index: assertion `(int)wb->sheets->len > i' failed ** (gnumeric:13241): CRITICAL **: sheet_update: assertion `IS_SHEET (sheet)' failed
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.