GNOME Bugzilla – Bug 594068
Spurious Critical
Last modified: 2009-09-04 06:57:15 UTC
When trying to save the file of bug 593937 as an odf file, Gnumeric crashes. ** (/home/aguelzow/gnumeric/bin/gnumeric:26607): CRITICAL **: gnm_go_data_get_expr: assertion `dep != NULL' failed This happens within gnm_go_data_get_expr where dat is a non-NULL GOData from one of the items in a list returned by gog_graph_get_data. The caller should not need to figure out what kind of information is stored in GODATA.
Oops: there is no crash anymore, the problem in this bug is just the critical.
looks like an xls import issue. There are several suspect calls to go_data_scalar_val_new there.
If the problem is related to the creation of that chart on import, shouldn't the warnings be raised at that time, rather than at the time the chart is read to be saved?
replaced by using appropriate gnm_go_data* calls.