core dumps with corrupt jpg 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

core dumps with corrupt jpg file

Post by mariagullickson »

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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: core dumps with corrupt jpg file

Post by magick »

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

Re: core dumps with corrupt jpg file

Post by mariagullickson »

Cool. Thanks for the quick fix. :)
Post Reply