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.
mariagullickson
Post
by mariagullickson » 2007-03-22T12:00:50-07:00
I am getting core dumps trying to do process a corrupt image file. (As opposed to just a nice exception being thrown.)
Here's a simple way to reproduce it:
Code: Select all
mgullickson@botswana:~> identify picture.jpg
File size limit exceeded (core dumped)
mgullickson@botswana:~> identify --version
Version: ImageMagick 6.3.3 03/22/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
I uploaded the file to
http://signup-or-shutup.com/picture.jpg so you can grab it.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2007-03-23T07:31:32-07:00
We can reproduce the problem you posted and already have a fix. The fix will be in the next point release within a week. Thanks.
mariagullickson
Post
by mariagullickson » 2007-03-23T07:37:17-07:00
Cool. Thanks for the quick fix.