https://bugzilla.novell.com/show_bug.cgi?id=404475 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404475#c8 --- Comment #8 from Stanislav Brabec <sbrabec@novell.com> 2008-07-11 09:05:10 MDT --- It is a problem in exif content. With a patch containing debug messages, it seems, that it happens, when exif_content_free() is called after exif_content_remove_entry() and content->count reaches zero. I did not found a patch yet. eog Desktop/bug-404475__mg_9128.jpg exif_content_add_entry(): updating content->entries from (nil) to 0xbf48e0, count=1 exif_content_add_entry(): updating content->entries from 0xbf48e0 to 0xbf48e0, count=2 exif_content_add_entry(): updating content->entries from 0xbf48e0 to 0xbf48e0, count=3 exif_content_add_entry(): updating content->entries from 0xbf48e0 to 0xbc3190, count=4 exif_content_add_entry(): updating content->entries from 0xbc3190 to 0xbc3190, count=5 exif_content_add_entry(): updating content->entries from 0xbc3190 to 0xbc32a0, count=6 exif_content_add_entry(): updating content->entries from 0xbc32a0 to 0xbc32a0, count=7 exif_content_add_entry(): updating content->entries from 0xbc32a0 to 0xbc0940, count=8 exif_content_add_entry(): updating content->entries from 0xbc0940 to 0xbc0940, count=9 exif_content_add_entry(): updating content->entries from 0xbc0940 to 0xbc0a70, count=10 exif_content_add_entry(): updating content->entries from 0xbc0a70 to 0xbc0a70, count=11 exif_content_add_entry(): updating content->entries from (nil) to 0xbc0bd0, count=1 exif_content_add_entry(): updating content->entries from 0xbc0bd0 to 0xbc0bd0, count=2 exif_content_add_entry(): updating content->entries from 0xbc0bd0 to 0xbc0bd0, count=3 exif_content_add_entry(): updating content->entries from 0xbc0bd0 to 0xbc3190, count=4 exif_content_add_entry(): updating content->entries from 0xbc3190 to 0xbc3190, count=5 exif_content_add_entry(): updating content->entries from 0xbc3190 to 0xc01a00, count=6 exif_content_add_entry(): updating content->entries from 0xc01a00 to 0xc01a00, count=7 exif_content_add_entry(): updating content->entries from 0xc01a00 to 0xbc0940, count=8 exif_content_add_entry(): updating content->entries from 0xbc0940 to 0xbc0940, count=9 exif_content_add_entry(): updating content->entries from 0xbc0940 to 0xc01c00, count=10 exif_content_add_entry(): updating content->entries from 0xc01c00 to 0xc01c00, count=11 exif_content_add_entry(): updating content->entries from 0xc01c00 to 0xc01d60, count=12 exif_content_add_entry(): updating content->entries from 0xc01d60 to 0xc01d60, count=13 exif_content_add_entry(): updating content->entries from 0xc01d60 to 0xab70b0, count=14 exif_content_add_entry(): updating content->entries from 0xab70b0 to 0xab70b0, count=15 exif_content_add_entry(): updating content->entries from 0xab70b0 to 0xab7240, count=16 exif_content_add_entry(): updating content->entries from 0xab7240 to 0xab7240, count=17 exif_content_add_entry(): updating content->entries from 0xab7240 to 0xab7310, count=18 exif_content_add_entry(): updating content->entries from 0xab7310 to 0xab7310, count=19 exif_content_add_entry(): updating content->entries from 0xab7310 to 0xab7430, count=20 WARNING: Deprecated use of exif_tag_get_*() breaks GPSLatitude/GPSLatitudeREF! You should migrate to exif_tag_get_*_in_ifd(). exif_content_add_entry(): updating content->entries from (nil) to 0xab7390, count=1 exif_content_add_entry(): updating content->entries from 0xab7390 to 0xab7390, count=2 exif_content_add_entry(): updating content->entries from 0xab7430 to 0xab7430, count=21 exif_content_add_entry(): updating content->entries from 0xab7430 to 0xab7660, count=22 exif_content_add_entry(): updating content->entries from 0xab7660 to 0xab7660, count=23 exif_content_add_entry(): updating content->entries from 0xab7660 to 0xbaa7e0, count=24 exif_content_add_entry(): updating content->entries from 0xbaa7e0 to 0xbaa7e0, count=25 exif_content_add_entry(): updating content->entries from 0xbaa7e0 to 0xbaa7e0, count=26 exif_content_add_entry(): updating content->entries from 0xbaa7e0 to 0xbaa7e0, count=27 exif_content_add_entry(): updating content->entries from 0xbaa7e0 to 0xbaa980, count=28 exif_content_add_entry(): updating content->entries from (nil) to 0xbaa860, count=1 exif_content_add_entry(): updating content->entries from 0xbaa860 to 0xbaa860, count=2 exif_content_add_entry(): updating content->entries from 0xbaa860 to 0xbaa860, count=3 exif_content_add_entry(): updating content->entries from 0xbaa860 to 0xbaabb0, count=4 exif_content_remove_entry(): updating content->entries from 0xbaabb0 to 0xbaabb0, count=4 exif_content_remove_entry(): updating content->entries from 0xbaabb0 to 0xbaabb0, count=3 exif_content_remove_entry(): updating content->entries from 0xbaabb0 to 0xbaabb0, count=2 exif_content_free(): content->entries=0xbc0a70, count=11 exif_content_free(): content->entries=0xbaabb0, count=0 *** glibc detected *** eog: double free or corruption (out): 0x0000000000baabb0 *** -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.