Page 1 of 1

Re: crash when processing a tiff file

Posted: 2009-04-20T12:22:51-07:00
by magick
GDB is showing a fault in the TIFF delegate library as its reading a possibly corrupt EXIF profile:
  • #0 0x002ff76d in _TIFFVGetField (tif=0x805ab80, tag=37396,
    ap=0xbfff8968 "¬\212ÿ¿") at tif_dir.c:841
    #1 0x002fedee in TIFFVGetField (tif=0x805ab80, tag=37396,
    ap=0xbfff8968 "¬\212ÿ¿") at tif_dir.c:946
    #2 0x002ffa6b in TIFFGetField (tif=0x805ab80, tag=37396) at tif_dir.c:931
    #3 0x00c512f7 in TIFFGetEXIFProperties (image=<value optimized out>,
    tiff=<value optimized out>) at coders/tiff.c:434
We will take a closer look and report back if we discover anything useful.