Page 1 of 1

6.6.7-1 test failure

Posted: 2011-01-17T01:23:17-07:00
by axelrose
Hello all,

using the latest svn revision from 6.6.7 I get a test failure:

Code: Select all

FAIL: tests/validate-formats-in-memory.sh (exit: 134)
=====================================================

validate(96083,0x7fff710f4ca0) malloc: *** error for object 0x100a1f388: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Version: ImageMagick 6.6.7-1 2011-01-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC

ImageMagick Validation Suite (FormatsInMemory)

validate image formats in memory:
  test 0: ART/Undefined/TrueColor/8-bits... pass.
  test 1: ART/Undefined/TrueColorMatte/8-bits... pass.
  test 2: ART/Undefined/Grayscale/8-bits... pass.
  test 3: ART/Undefined/GrayscaleMatte/8-bits... pass.
  test 4: ART/Undefined/Palette/8-bits... pass.
  test 5: ART/Undefined/PaletteMatte/8-bits... pass.
  test 6: ART/Undefined/PaletteBilevelMatte/8-bits... pass.
  test 7: ART/Undefined/Bilevel/1-bits... pass.
  test 8: ART/Undefined/ColorSeparation/8-bits... pass.
  test 9: ART/Undefined/ColorSeparationMatte/8-bits... pass.
  test 10: ART/Undefined/TrueColor/10-bits... pass.
  test 11: ART/Undefined/TrueColor/12-bits... pass.
  test 12: ART/Undefined/TrueColor/16-bits... pass.
  test 13: AVS/Undefined/TrueColor/8-bits... pass.
  test 14: AVS/Undefined/TrueColorMatte/8-bits... pass.
  test 15: AVS/Undefined/Grayscale/8-bits... pass.
  test 16: AVS/Undefined/GrayscaleMatte/8-bits... pass.
  test 17: AVS/Undefined/Palette/8-bits... pass.
  test 18: AVS/Undefined/PaletteMatte/8-bits... pass.
  test 19: AVS/Undefined/PaletteBilevelMatte/8-bits... pass.
  test 20: AVS/Undefined/Bilevel/1-bits... pass.
  test 21: AVS/Undefined/ColorSeparation/8-bits... pass.
  test 22: AVS/Undefined/ColorSeparationMatte/8-bits... pass.
  test 23: AVS/Undefined/TrueColor/10-bits... pass.
  test 24: AVS/Undefined/TrueColor/12-bits... pass.
  test 25: AVS/Undefined/TrueColor/16-bits... pass.
  test 26: BMP/Undefined/TrueColor/8-bits... pass.
  test 27: BMP/Undefined/TrueColorMatte/8-bits... pass.
  test 28: BMP/Undefined/Grayscale/8-bits... pass.
  test 29: BMP/Undefined/GrayscaleMatte/8-bits... pass.
  test 30: BMP/Undefined/Palette/8-bits... pass.
  test 31: BMP/Undefined/PaletteMatte/8-bits... pass.
  test 32: BMP/Undefined/PaletteBilevelMatte/8-bits... pass.
  test 33: BMP/Undefined/Bilevel/1-bits... pass.
  test 34: BMP/Undefined/ColorSeparation/8-bits... pass.
  test 35: BMP/Undefined/ColorSeparationMatte/8-bits... pass.
  test 36: BMP/Undefined/TrueColor/10-bits... pass.
  test 37: BMP/Undefined/TrueColor/12-bits... pass.
  test 38: BMP/Undefined/TrueColor/16-bits... pass.
  test 39: CIN/Undefined/TrueColor/8-bits... pass.
  test 40: CIN/Undefined/TrueColorMatte/8-bits... pass.
  test 41: CIN/Undefined/Grayscale/8-bits... pass.
  test 42: CIN/Undefined/GrayscaleMatte/8-bits... pass.
  test 43: CIN/Undefined/Palette/8-bits... pass.
  test 44: CIN/Undefined/PaletteMatte/8-bits./tests/validate-formats-in-memory.sh: line 23: 96083 Abort trap              ${VALIDATE} -validate formats-in-memory
What can I do?

Regards, Axel.

Re: 6.6.7-1 test failure

Posted: 2011-01-17T07:15:42-07:00
by magick
Type
  • cd ImageMagick-6.6.7-1/tests
    gdb ./libs/validate
    run -validate formats-in-memory
    where
The 'where' command lists the stack trace of the fault. Post that in this forum so we can trace the source of the fault.

Re: 6.6.7-1 test failure

Posted: 2011-01-25T00:39:25-07:00
by axelrose
The phenomenon disappeared with 6.6.7-2.