[Magick-bugs] mogrify: 0xC00000FD: stack overflow

·· ħþø ·· teh.asbo at gmail.com
Wed Apr 18 05:46:12 PDT 2007


Hey there,

I'm using the ImageMagickObject in conjunction with Classic ASP and
run across what appears to be a bug. I'm using Windows 2000 Advanced
Server + ImageMagick 6.3.3-2-Q16 (Windows static). I'm aware that -8
is out, but I can't upgrade immediately (by this evening, hopefully)
and I didn't see anything relevant listed in the changelog.

Pseudo-code:
> Set img = Server.CreateObject("ImageMagickObject.MagickImage.1")
> img.Mogrify "-resize", "128x128>", "c:\eicar.jpg"
> Set img = Nothing

I don't know if you caught the significance of the filename, but it is
in fact the EICAR test virus, renamed as a jpeg. The only reason I
used this is because another portion of the project interfaces with
ClamWin.

When line 2 executes, IIS gives me the following:
ImageMagickObject.MagickImage.1 (0x80041771)
mogrify: 0x00000FD: stack overflow

>From what I've read in the provided examples, my implementation is
correct. It's such a simple bit of code that I'm not sure what else it
could be but an internal problem.

Despite this, I want to thank you for a fantastic free image suite :)
Let me know if more information is necessary.


More information about the Magick-bugs mailing list