convert and identify [v6.7.3-5] crash when reading bmp 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
andrey
Posts: 10
Joined: 2010-03-01T09:39:57-07:00
Authentication code: 8675308

convert and identify [v6.7.3-5] crash when reading bmp file

Post by andrey »

Code: Select all

> C:\dev\ImageMagick-6.7.3-5\identify.exe -version
Version: ImageMagick 6.7.3-6 2011-10-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
(yes, for some reason it prints that it has version 6.7.3-6)

When i try to run identify or convert on some .BMP files, both utilities silently crash: they exit with exit code 3 and print nothing on screen. One of such files is this:
Image
I'm using Windows XP SP3.

I was running this bat-file:

Code: Select all

C:\dev\ImageMagick-6.7.3-5\identify.exe bg-3.bmp 
echo %errorlevel%
C:\dev\ImageMagick-6.7.3-5\convert.exe bg-3.bmp bg-3.png
echo %errorlevel%
It prints 3 twice as output.
andrey
Posts: 10
Joined: 2010-03-01T09:39:57-07:00
Authentication code: 8675308

Re: convert and identify [v6.7.3-5] crash when reading bmp f

Post by andrey »

Looks like it is fixed in 6.7.4
Post Reply