core dump when converting pdf to tif
Posted: 2017-05-18T07:26:25-07:00
ImageMagick convert should exit gracefully instead of core dumping.
When using
I get a core dump every time. I am able to convert the pdf to tif in gimp and then reverse the process back to pdf using convert.
(work on file and export to file1.tif)
When I try to round trip the converted file, again there is a core dump.
Core dump
Log files:
dpkg.log
syslog has nothing
no core dump files
When using
Code: Select all
convert file1.pdf file1.tif
Code: Select all
gimp file1.pdf
When I try to round trip the converted file, again there is a core dump.
Code: Select all
convert file1.tif file1.pdf
convert file1.pdf file1.tif
Code: Select all
convert -verbose file1.pdf file1.tif
[ghostscript library 9.10] -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=pngalpha' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 '-r72x72' '-sOutputFile=/tmp/magick-16633_cBCw-bmiZRd%d' '-f/tmp/magick-16633AQAb5zwzPWcP' '-f/tmp/magick-16633vX70LEuwe0xq'Aborted (core dumped)
Code: Select all
Linux LAP1 4.4.0-75-generic #96~14.04.1-Ubuntu SMP Thu Apr 20 11:06:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
convert -version
Version: ImageMagick 7.0.5-3 Q16 x86_64 2017-03-24 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): autotrace bzlib djvu fftw fontconfig freetype gslib gvc jbig jng jpeg lcms lqr lzma openexr pangocairo png ps tiff webp wmf x xml zlib
Code: Select all
gs -version
GPL Ghostscript 9.10 (2013-08-30)
Copyright (C) 2013 Artifex Software, Inc. All rights reserved.
dpkg.log
Code: Select all
configure imagemagick:amd64 8:6.7.7.10-6ubuntu3.6 <none>
2017-05-11 16:54:16 status unpacked imagemagick:amd64 8:6.7.7.10-6ubuntu3.6
2017-05-11 16:54:16 status half-configured imagemagick:amd64 8:6.7.7.10-6ubuntu3.6
2017-05-11 16:54:17 status installed imagemagick:amd64 8:6.7.7.10-6ubuntu3.6
no core dump files