EXR Reference image crashes 6.3.5-0

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
damnnicks

EXR Reference image crashes 6.3.5-0

Post by damnnicks »

openexr-images-1.4.0/DisplayWindow/t08.exr in http://download.savannah.nongnu.org/rel ... 4.0.tar.gz causes identify and display to crash ("*** glibc detected *** double free or corruption (out): 0x08064db8 ***").

At least one other EXR viewer (that uses OpenEXR libs) has no trouble with it.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EXR Reference image crashes 6.3.5-0

Post by magick »

The stack trace shows the bug in is ImfInputReadPixels() of the OpenEXR library, however, we will investigate the parameter we pass to the OpenEXR library to see if it causes the crash.
Post Reply