Perl Thread Problem: perl: magick/image.c:1469: DestroyImage
Re: Perl Thread Problem: perl: magick/image.c:1469: DestroyImage
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
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.