Heap Corruption
Posted: 2006-03-23T10:58:02-07:00
I likewise was getting occasional errors from my VB application that uses the ImageMagickObject. After talking with Microsoft, we put a debugger on the code and it was producing heap corruption. I decided to run the debugger on MagickCMD.exe and it did the same thing. The command I ran was simply
When I ran the debugger on convert.exe, this heap corruption did not occur.
I am starting to dig into the code, but I'm not sure what I'm looking for! The debug log can be found at
http://spieler.freeshell.org/IM/MagickCMDDebugLog.log .
In the call stack, it looks like RelinquishMagickMemory may be causing some of the issues.
I am more than willing to give more details if they would useful. Thanks!
Gary
Code: Select all
MagickCMD convert logo: logo.gif
I am starting to dig into the code, but I'm not sure what I'm looking for! The debug log can be found at
http://spieler.freeshell.org/IM/MagickCMDDebugLog.log .
In the call stack, it looks like RelinquishMagickMemory may be causing some of the issues.
I am more than willing to give more details if they would useful. Thanks!
Gary