GNOME Bugzilla – Bug 394755
opening truncated/incomplete/partial images will crash eog
Last modified: 2007-01-24 01:49:16 UTC
* Download a big JPG from anywhere with a tool that leave the incomplete download available, like wget. Be sure to CTRL+C (cancel) the download *before* it is completed; * Now open the (partial) JPG file in EOG. It should silently crash. In fact, I expected it to display the partial image available, much like gThumb does. Or at least an error.. Distribution: Fedora Core 6 eog package: eog-2.16.0.1-2.fc6 gnome package: gnome-desktop-2.16.0-1.fc6 Platform: x86 I tested with many images, so the image used doesn't seem relevant. It's reproducible at least on 2 other x86 machines (all 32 bit). Best regards,
Confirming. Pretty cool bug, it happens in 2.16 and 2.17, no backtraces in gdb, no warnings, or anything. In eog-ng, there is no crash but a really weird behavior, with a lot of critical warnings, and the image is not loaded: (eog:5610): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (eog:5610): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (eog:5610): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (eog:5610): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (eog:5610): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `src_pixbuf != NULL' failed (eog:5610): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (eog:5610): Eog-WARNING **: Thumbnail creation failed
*** Bug 319922 has been marked as a duplicate of this bug. ***
I have the feeling that this may be a particular case of the bug #326825.
I'm marking it as a duplicated of a more recient bug, but only because I am tracking it there. Thanks for the report. *** This bug has been marked as a duplicate of 399988 ***