CloneMagickWand() crashes with assertion -- v6.3.5-1

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
fisheggs

CloneMagickWand() crashes with assertion -- v6.3.5-1

Post by fisheggs »

When calling CloneMagickWand(), I get:-

magick/exception.c:420: GetExceptionInfo: Assertion `exception != (ExceptionInfo *) ((void *)0)' failed.
Aborted (core dumped)

This is in 6.3.5-1, worked ok in 6.3.5

ImageMagick 6.3.5 07/16/07 Q16 http://www.imagemagick.org
built from ImageMagick-6.3.5-1.tar.gz on Ubuntu Feisty x86_64 GNU/Linux
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: CloneMagickWand() crashes with assertion -- v6.3.5-1

Post by magick »

The problem you reported is fixed in ImageMagick 6.3.5-2 Beta available now in ftp://ftp.imagemagick.org/pub/ImageMagick/beta. 6.3.5-2 is scheduled for release this weekend.
fisheggs

Re: CloneMagickWand() crashes with assertion -- v6.3.5-1

Post by fisheggs »

Thank you, got it.

Version: ImageMagick 6.3.5 07/18/07 Q16 http://www.imagemagick.org
built from ImageMagick-6.3.5-2.tar.gz on Ubuntu Feisty x86_64 GNU/Linux
Post Reply