segfault reading psd 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
mariagullickson

segfault reading psd file

Post by mariagullickson »

I am getting a segmentation fault reading a psd file. The simplest way I found to reproduce it is just calling 'identify' on the file, though I'm seeing it in my code through a call to ReadImages(). This is happening with a file that is included as a sample file with Photoshop that can be found at http://www.techconnectcentral.com/prese ... umpman.psd

mgullickson@botswana:/usr/local/bin> ./identify ~/test/search/Jumpman.psd
Segmentation fault
mgullickson@botswana:/usr/local/bin> ./identify --version
Version: ImageMagick 6.3.1 12/19/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We can reproduce the problem you posted and have applied a patch to ImageMagick 6.3.1-3 Beta. The patch will be available by tommorrow in the Beta version. A release version will be available in about a week.
mariagullickson

Post by mariagullickson »

Awesome. Thanks. :)
Post Reply