Assertion failure reading PSD image in 6.5.0-6

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
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Assertion failure reading PSD image in 6.5.0-6

Post by rmagick »

An RMagick user reports the following assert:

Code: Select all

$ display -version imperial_name_bar_Black.psd
Version: ImageMagick 6.5.0-6 2009-03-23 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

display: magick/blob.c:2568: ReadBlob: Assertion `image->blob->type != UndefinedStream' failed.
Aborted
This worked in 6.5.0-3. The user reported it in 6.5.0-5. Please let me know if you need any more information.

Here's the test image:
http://home.roadrunner.com/~foxhunter/i ... _Black.psd
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Assertion failure reading PSD image in 6.5.0-6

Post by magick »

We have a patch for the problem you reported. Look for it in the Subversion trunk and the next point release.
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: Assertion failure reading PSD image in 6.5.0-6

Post by rmagick »

Thanks! I'll pass this along.
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: Assertion failure reading PSD image in 6.5.0-6

Post by rmagick »

I confirmed that this is fixed in 6.5.0-8. Thanks for the quick turnaround!
Post Reply