Page 1 of 1

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

Posted: 2011-11-14T05:05:11-07:00
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.

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

Posted: 2011-12-21T03:47:02-07:00
by andrey
Looks like it is fixed in 6.7.4