Page 2 of 2

Re: Perl Thread Problem: perl: magick/image.c:1469: DestroyImage

Posted: 2009-06-05T16:42:08-07:00
by magick
The bug has been assigned to an ImageMagick developer but they have not returned a patch just yet due to other problems they are working on. It will get fixed but we do not have an ETA just yet.

Re: Perl Thread Problem: perl: magick/image.c:1469: DestroyImage

Posted: 2009-08-01T18:46:38-07:00
by magick
We have a patch for the problem in the Subversion trunk available by sometime tomorrow. There is a CLONE_SKIP method that makes any image object available to the parent thread but assigns NULL for any other thread. This stops the assertion you received.