GNOME Bugzilla – Bug 700742
Crash (Segfault) when selecting existing file during save of image
Last modified: 2013-05-22 03:03:26 UTC
I create a new chart, right click it to save as an image. In the file selector I click on an existing eps image. boom: Program received signal SIGSEGV, Segmentation fault. gdk_cairo_set_source_pixbuf (cr=0xb70dc520, pixbuf=0x0, pixbuf_x=0, pixbuf_y=0) at /build/buildd/gtk+3.0-3.2.0/./gdk/gdkcairo.c:258 258 /build/buildd/gtk+3.0-3.2.0/./gdk/gdkcairo.c: No such file or directory. in /build/buildd/gtk+3.0-3.2.0/./gdk/gdkcairo.c
+ Trace 231977
This seems to be unrelated to which eps file I click on and whether the current file type is set to eps or svg.
It only occurs with eps for me.
This occurs because it seems that some icon themes don't have anymore the "missing_image" icon. Returning NULL instead results in criticals, so we need to decide which icon to use in such cases.
You mean "unknown_image". That used to be supplied by Gnumeric -- which from a dependency standpoint is just plain wrong -- but recent re-org probably killed that.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.