having problem while using V 6.3.3.1 MT VS2005

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rinick

having problem while using V 6.3.3.1 MT VS2005

Post by rinick »

all applications and demos have a error wihile loading dll
Assertion failed!
program:...
File:..\..\magick\string.c
Line:773
Expression:string!=(char*)NULL

......


But everything works fine after I ignore this error.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: having problem while using V 6.3.3.1 MT VS2005

Post by magick »

To make ImageMagick more secure than it already is we've added a number of additional sanity checks. It looks like somewhere in the code, something is trying to destroy a NULL string. However, we cannot reproduce the problem. We ran all the demos and they ran fine without complaint. To investigate further we will need a method to reproduce the problem or a stack trace.
Post Reply