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

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
Post Reply