GNOME Bugzilla – Bug 152499
crash when adding y-errors in an empty plot
Last modified: 2004-12-22 21:47:04 UTC
Gnumeric crashes when adding a y-error in an empty plot 1) new gnumeric 2) click on graph guru icon in the toolbar 3) click on xy plot 4) click on "forward" button 5) select "series" 6) select the 'yerror' tab 7) on "error category" select absolute -> crash
sorry forgot the backtrace: gdb gives: Program received signal SIGSEGV, Segmentation fault.
+ Trace 50093
Thread 1092934432 (LWP 5879)
I've just commited a fix that prevents crashing. But does not solve the real issue. It seems gog_series_is_valid return TRUE even if Y series is undefined, although Y is GOG_SERIES_REQUIRED.
Fixed in CVS.