[Bug 1806856] Re: identify from imagemagick breaks with latest ghostscript 9.26
Skully
1806856 at bugs.launchpad.net
Wed Dec 5 13:06:52 UTC 2018
> gs -q -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=pngalpha -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -r72x72 -dFirstPage=1 -dLastPage=1
sOutputFile=/tmp/test.png -f test.pdf
results in
**** Error: Appearance dictionary (AP) lacks the mandatory normal (N) appearance.
Output may be incorrect.
**** Error: Appearance dictionary (AP) lacks the mandatory normal (N) appearance.
Output may be incorrect.
Segmentation fault (core dumped)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to imagemagick in Ubuntu.
https://bugs.launchpad.net/bugs/1806856
Title:
identify from imagemagick breaks with latest ghostscript 9.26
Status in ghostscript package in Ubuntu:
Confirmed
Status in imagemagick package in Ubuntu:
Confirmed
Bug description:
Description: Ubuntu 16.04.5 LTS
Release: 16.04
imagemagick:
Installed: 8:6.8.9.9-7ubuntu5.13
Candidate: 8:6.8.9.9-7ubuntu5.13
ghostscript:
Installed: 9.26~dfsg+0-0ubuntu0.16.04.1
Candidate: 9.26~dfsg+0-0ubuntu0.16.04.1
Following command gives trouble:
> identify -format '%wx%h,%[exif:orientation]' 'test.pdf[0]'
which results in
> identify: FailedToExecuteCommand `"gs" -q -dQUIET -dSAFER -dBATCH
-dNOPAUSE -dNOPROMPT .....
The commands:
> identify -format '%wx%h,%[exif:orientation]' 'test.pdf'
and
> identify 'test.pdf[0]'
are working but not the combination of both.
After downgrading ghostscript to version 9.18 (9.18~dfsg~0-0ubuntu2),
all commands are working again.
test.pdf is just some random pdf file on my filesystem.
See
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1806854
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1806856/+subscriptions
More information about the foundations-bugs
mailing list