GNOME Bugzilla – Bug 388413
eog crash to eog_image_autorotate
Last modified: 2007-01-06 11:29:14 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/eog/+bug/76774 "When I double click on a picture taken by my Razr's camera, eog crashes when trying to open it. http://librarian.launchpad.net/5509568/_usr_bin_eog.1000.crash Crash log Attaching crash log. http://librarian.launchpad.net/5509570/11-03-06_1328.jpg Picture Attaching offending picture." Debug backtrace with eog 2.17.3: Program received signal SIGSEGV, Segmentation fault.
+ Trace 96073
Thread NaN (LWP 15018)
(gdb) p e $1 = (ExifEntry *) 0x0
Created attachment 78759 [details] [review] change the oritentation only if there is an exif tag for it
(should probably use "if (e != NULL)" for source coherence)
Yay this works. :)
Thanks! I just commited your patch in a slightly different form (to get everything into one if-clause): 2006-12-22 Felix Riemann * libeog/eog-image.c: (eog_image_get_exif_orientation): Fix NULL pointer dereference when orientation tag is not present in EXIF data. Fixes #388413. Patch from Sebastien Bacher <>.
*** Bug 392252 has been marked as a duplicate of this bug. ***
*** Bug 393048 has been marked as a duplicate of this bug. ***