Page 1 of 1

Posted: 2006-07-20T11:15:39-07:00
by magick
The error message tells us that a proper ExceptionInfo structure is not being passed to the error handler or that IMagick is not compiled against the version of ImageMagick you have installed. If the versions do not match the ExceptionInfo structure in IMagick may not match what is required by the ImageMagick library.

Posted: 2006-07-20T14:20:11-07:00
by magick
RemoveNodeByValueFromSplayTree() is being passed a NULL pointer. We need a stack trace to determine where/why its being called with a NULL pointer and whether the problem is within IMagick or ImageMagick.

Posted: 2006-07-20T15:16:23-07:00
by magick
Issue the where command inside gdb to get a stack trace.

Posted: 2006-07-20T16:17:33-07:00
by magick
Your gdb output does not seem to match the assertion error. It appears to be a normal exit.

Posted: 2006-07-20T17:31:11-07:00
by magick
Not enough information to track the problem. From your stack trace the problem seems to be in imagick. We can only fix problems that trace to the ImageMagick library.

Posted: 2006-09-13T07:30:35-07:00
by magick
Thanks for the stack trace. We will put a check to make sure we have a valid splay-tree before we remove a node. The patch will be in ImageMagick 6.2.9-6 within a day or two.