GNOME Bugzilla – Bug 519319
Allocation crash in maybe_convert()
Last modified: 2008-02-28 21:58:25 UTC
Version: r16414 OS: Ubuntu Gutsy The upcoming sample is a fuzzed version of anova-2w-wrep.gnumeric. Steps to reproduce: - Load the upcoming attachment in Gnumeric to trigger a crash Backtrace: (gdb) f
+ Trace 190751
GLib-ERROR **: /build/buildd/glib2.0-2.14.1/glib/gmem.c:172: failed to allocate 4294967295 bytes aborting... Program received signal SIGABRT, Aborted.
Created attachment 106168 [details] fuzzed anova-2w-wrep.gnumeric
That's really just an out-of-memory which gtk+ does not allow us to handle in general. Here, however, I can probably cook up something.
Done.