EOFBlob: Assertion `image->blob->type != UndefinedStream' fa

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
j2043

EOFBlob: Assertion `image->blob->type != UndefinedStream' fa

Post by j2043 »

Hey folks,

When using ImageMagick 6.5.8 I get:

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

When processing http://a.images.blip.tv/AlyssaDawnPrice ... als929.jpg

I'm using imagemagick 6.5.8.3-1 on Debian Etch AMD64 backported from the testing branch of debian. The bug is reproducable in 6.5.9 on OSX 10.6.

Thanks,

-Joel
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EOFBlob: Assertion `image->blob->type != UndefinedStream

Post by magick »

The image is not in a proper JFIF / JPEG format or its corrupt. We'll work on displaying a better exception message in the next point release of ImageMagick.
j2043

Re: EOFBlob: Assertion `image->blob->type != UndefinedStream

Post by j2043 »

Thanks. I'm reading this image within Rmagick which just sorta blows up on these assertions. I haven't yet figured out a way to keep the ruby code from an untimely death.

-Joel
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EOFBlob: Assertion `image->blob->type != UndefinedStream

Post by magick »

Turns out your image is a PICT with an embedded JPEG image. We have a patch to properly read your image in ImageMagick 6.5.9-7 available sometime tomorrow.
Post Reply