crash when processing a tiff file

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: crash when processing a tiff file

Post 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.
Post Reply