Assertion failure at ../../magick/string.c:845
Posted: 2016-01-07T20:56:57-07:00
OS: Ubuntu GNOME 15.10 64-bit
Version:
With this command line, I've been getting frequent, almost 100% consistent assertion errors:
Here's the error I get (this crashes IM):
Here is the file in question. Note that the file itself is licensed CC-BY-NC 3.0 US, but if that causes problems, let me know, so I can generate the required exceptions.
From looking in the current source code, this appears to be the line in question.
Version:
Code: Select all
Version: ImageMagick 6.8.9-9 Q16 x86_64 2015-08-06 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
Code: Select all
$ convert -background white -alpha remove -set colorspace gray -separate -average -resize 700 -quality 0 "1st Movement.pdf[0]" PNG8:-
Code: Select all
convert: ../../magick/string.c:845: DestroyStringInfo: Assertion `string_info->signature == 0xabacadabUL' failed.
From looking in the current source code, this appears to be the line in question.