[RESOLVED] possible bug with MPC IM 6.9.10.60 Q16 Mac OSX Sierra

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[RESOLVED] possible bug with MPC IM 6.9.10.60 Q16 Mac OSX Sierra

Post by fmw42 »

This fails on IM 6.9.10.60 Q16 Mac OSX Sierra

convert lena.jpg y.mpc
convert y.mpc y.png
Assertion failed: (nexus_info->signature == MagickCoreSignature), function SetPixelCacheNexusPixels, file magick/cache.c, line 5156.
Abort trap: 6


convert lena.png y.mpc
convert y.mpc y.png
Assertion failed: (nexus_info->signature == MagickCoreSignature), function SetPixelCacheNexusPixels, file magick/cache.c, line 5156.
Abort trap: 6


This works fine on IM 7.0.8.60 Q16 Mac OSX Sierra
magick lena.jpg y.mpc
magick y.mpc y.png
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug with MPC IM 6.9.10.60 Q16 Mac OSX Sierra

Post by magick »

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug with MPC IM 6.9.10.60 Q16 Mac OSX Sierra

Post by fmw42 »

This seems to be fixed and does not Abort trap in IM 6.9.10.66
Post Reply