Page 1 of 1

segfault reading psd file

Posted: 2006-12-19T11:17:23-07:00
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

Posted: 2006-12-19T12:40:32-07:00
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.

Posted: 2006-12-19T12:59:35-07:00
by mariagullickson
Awesome. Thanks. :)