validation failure Solaris 5.10 GIF87

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
axelrose
Posts: 96
Joined: 2008-12-16T06:01:27-07:00

validation failure Solaris 5.10 GIF87

Post by axelrose »

Hello,

I have a reproducible validation problem

validate image formats in memory:
...

Code: Select all

  test 145: GIF87/Undefined/Grayscale/8-bits... pass.
  tesAssertion failed: data != (const unsigned char *) NULL, file magick/blob.c, line 3869, function WriteBlob
t 146: GIF87/Undefined/GrayscaleMatte/8-bits... pass.
Test 145 and 146 both seem to pass but the result is cluttered with a failed assertion.

$ uname -a
SunOS mybox 5.10 Generic_137138-09 i86pc i386 i86pc Solaris

using ImageMagick 6.6.1-20

Any ideas?
Thx, Axel.
Post Reply