convert: crash on unsharp mask

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
cs_rol
Posts: 22
Joined: 2007-01-16T04:40:08-07:00

convert: crash on unsharp mask

Post by cs_rol »

Hi!

When I convert with following command the application crashes due to heap corruption:

Code: Select all

convert gradient.jpg -unsharp 1x2+1+0.6 out.jpg
The file can be downloaded here: http://mail.werk3at.com/rol/gradient.jpg

I use ImageMagick-6.4.9-Q8 on Windows Vista.
I've also got troubles with some other files when I the same operation....

Can you help me?

regards, richard
Last edited by cs_rol on 2009-02-19T07:59:13-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert: crash on unsharp mask

Post by magick »

We can a host unknown for this link: http://www.werk3at.net/rol/gradient.jpg.
cs_rol
Posts: 22
Joined: 2007-01-16T04:40:08-07:00

Re: convert: crash on unsharp mask

Post by cs_rol »

sry, I've corrected the link
http://mail.werk3at.com/rol/gradient.jpg
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert: crash on unsharp mask

Post by magick »

We can reproduce the problem you posted about and will have a patch in the ImageMagick subversion trunk within a day or two. Thanks.
Post Reply