GNOME Bugzilla – Bug 607960
Crash with xy graph
Last modified: 2010-01-25 07:29:39 UTC
xy graph loaded from .gnumeric. (File not available.) When the sheet on which the graph resides is shown, I get... Program received signal SIGSEGV, Segmentation fault. 0xb7ce50b4 in goc_graph_do_tooltip (graph=<value optimized out>) at goc-graph.c:285 285 view = gog_view_find_child_view (view, GOG_OBJECT (l->data)); (gdb) where
+ Trace 220239
(gdb) p view $1 = 0x81f5a80 [GogGraphView] (gdb) p gog_object_get_children (chart, gog_object_find_role_by_name (chart, "Plot")) $3 = 0x0 Chances are that the file is damanged by previous save. (I have minute- for-minute backups to verify that.)
Created attachment 152169 [details] [review] might fix the crash
Commited a slightly modified patch. Fixed.