GNOME Bugzilla – Bug 66020
Saving uses a lot of memory
Last modified: 2004-12-22 21:47:04 UTC
Package: Gnumeric Severity: normal Version: 0.71 Synopsis: Saving 8 meg CSV text file import bombs Bugzilla-Product: Gnumeric Bugzilla-Component: Main System Description: Import file through text file import wizard, all that goes fine. :-) Saving this file is another matter. The process gets large, and then dies. Hware setup, 512 mb ram. 1G swap .... Thanks so much for all of your hard work. Gnumeric Rocks. Very Best Regards, Gontran@gontran.net Debugging Information: 0x40833a69 in __wait4 () from /lib/libc.so.6
+ Trace 14469
------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-12-03 01:37 ------- The original reporter (gontran@potre.gontran.net) 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, jody@gnome.org.
You're just out of memory, :-) We build the entire xml tree in memory -- a total waste of resources that we will fix at some point.
We've got a sax based exporter now that uses alot less memory. It is currently marked experimental, but will transition into being the main exporter for 1.3.x