GNOME Bugzilla – Bug 53529
Example of incorrect import of full col/row format from XL
Last modified: 2004-12-22 21:47:04 UTC
Package: gnumeric Severity: normal Version: 0.61 Synopsis: gnumeric crashes for a certain Excel file Class: sw-bug Distribution: Red Hat Linux release 7.1 (Seawolf) System: Linux 2.4.2-2 i686 unknown C library: glibc-2.2.2-10 C compiler: 2.96 glib: 1.2.9 GTK+: 1.2.9 ORBit: ORBit 0.5.7 gnome-libs: gnome-libs 1.2.8 libxml: 1.8.10 gnome-print: gnome-print-0.25 gnome-core: gnome-core 1.2.4 Description: gnumeric drink.xls Debugging information: (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...0x407ac519 in __wait4 () from /lib/i686/libc.so.6
+ Trace 4873
------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-04-24 06:54 ------- The original reporter (toralf@kscanners.no) of this bug does not have an account here. Reassigning to the exporter, unknown@bugzilla.gnome.org. Reassigning to the default owner of the component, jgoldberg@home.com.
Created attachment 491 [details] MS Excel file
The crash has been fixed in cvs. Now, I get... ** CRITICAL **: file cell-draw.c: line 191 (cell_draw): assertion `width > 0' failed.
The warnings were spurious. In this case the situation it was reasonable to end up with negative internal sizes. We now silently ignore the draw in that case. There is still no support for spinner objects (low priority) and the column background is not imported correctly (medium priority) This is the first test case to demonstrate a visible difference w.r.t. the background colour. We'll use it to track the precedence of full row vs full col.
This has now been patched in CVS along with a place holder for spinners.