assertion failed

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
jorgjorg
Posts: 12
Joined: 2014-04-09T03:42:22-07:00
Authentication code: 6789

assertion failed

Post by jorgjorg »

When working with Magick++ I suddenly get

magick/blob.c:3594: SeekBlob: Assertion `image->blob->type != UndefinedStream' failed

I don't know exactly what caused it due to heavy parallellism, but I'm not using SeekBlob directly.
Im using Magick::Blob, Magick::readImages, writeImages,Magick::Image, Pixelpacket.

When calling readImages I'm ignoring Magick::Warning and Magick::WarningCoder exceptions.
jorgjorg
Posts: 12
Joined: 2014-04-09T03:42:22-07:00
Authentication code: 6789

Re: assertion failed

Post by jorgjorg »

and I'm using 6.8.8-10 Q16 under x64.
jorgjorg
Posts: 12
Joined: 2014-04-09T03:42:22-07:00
Authentication code: 6789

Re: assertion failed

Post by jorgjorg »

It's caused by

Magick::Blob mblob_out;
writeImages(imgs->begin(), imgs->end(), &mblob_out);


This did not happen with version 6.8.6-4
Post Reply