Opened 5 years ago

Last modified 5 years ago

#58595 closed defect

Errors after upgrading to Ghostscript 9.27 — at Version 3

Reported by: 7RKJ2rIlETTFzZwO Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc: wilya7
Port: ImageMagick

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hi all,

I am running Macos 10.14.5 (18F132), and installed Ghostscript via Macports. I have recently upgraded to version 9.27. The full output for ghostscript -version reads:

GPL Ghostscript 9.27 (2019-04-04)
Copyright (C) 2018 Artifex Software, Inc.  All rights reserved.

I have a script for batch converting PDF files to PNG files, which goes:

for i in *.pdf; do convert -verbose -density 600 -trim $i -quality 100 -flatten $(basename "$i" .pdf).png;done

After I upgraded to the latest version of Ghostscript, this no longer works. I get an 'Abort trap: 6' for each file in the batch. Sample output reads:

[ghostscript library 9.27] -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=pngalpha' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 '-r600x600' '-sOutputFile=/var/folders/k0/m6mz3d055m75782ynnkt2k0w0000gn/T/magick-5910MkmWy1yIM0tx%d' '-f/var/folders/k0/m6mz3d055m75782ynnkt2k0w0000gn/T/magick-5910gs9cNcP8C7cU' '-f/var/folders/k0/m6mz3d055m75782ynnkt2k0w0000gn/T/magick-5910iJZ-CiPdfIWp'Abort trap: 6

When I upgraded Ghostscript to 9.27, I also upgraded Imagemagick to a new version. First thought this would be related to Imagemagick, so I posted this over in the Imagemagick forum (http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=36183&sid=9a6db9c431ce72426e9a61ed1ab4fb16).

Change History (5)

comment:1 Changed 5 years ago by wilya7

I can confirm the problem.

convert -verbose image.pdf image.jpg
[ghostscript library 9.27] -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 
-dGridFitTT=2 '-sDEVICE=pamcmyk32' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 '-r72x72' -dUseCIEColor  '-sOutputFile=/var/folders
/1p/rd_snrqx6g139qk9wvrlc68m0000gn/T/magick-53743KlYHSzKMdFfK%d' '-f/var/folders/1p/rd_snrqx6g139qk9wvrlc68m0000gn/T/magick-53743dzbPZSUhBxKm' 
'-f/var/folders/1p/rd_snrqx6g139qk9wvrlc68m0000gn/T/magick-53743_bFFtodyR3tJ'Abort trap: 6

If I use only ghostscript, it works

gs -dNOPAUSE -sDEVICE=jpeg -sOutputFile=image.jpg image.pdf 
GPL Ghostscript 9.27 (2019-04-04)
Copyright (C) 2018 Artifex Software, Inc.  All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
Processing pages 1 through 1.
Page 1
GS>quit

this link to a stackoverflow post might be relevant: https://stackoverflow.com/questions/56609227/ghostscript-looks-for-dyld-library-in-the-wrong-place

My system

bash-3.2# port version
Version: 2.5.4
bash-3.2# sw_vers 
ProductName:	Mac OS X
ProductVersion:	10.12.6
BuildVersion:	16G2016

Version of imagemagick and ghostscript

bash-3.2# port installed ghostscript imagemagick
The following ports are currently installed:
  ghostscript @9.27_0+x11 (active)
  ImageMagick @6.9.9-40_6+x11 (active)
Last edited 5 years ago by wilya7 (previous) (diff)

comment:2 Changed 5 years ago by wilya7

Cc: wilya7 added

comment:3 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Milestone: MacPorts 2.6.0

this link to a stackoverflow post might be relevant: ​https://stackoverflow.com/questions/56609227/ghostscript-looks-for-dyld-library-in-the-wrong-place

Not enough information has been provided here to know whether that is relevant.

"Abort trap: 6" is a crash, which means macOS should have generated a crash log file in ~/Library/Logs/DiagnosticReports. Could one of you please attach the relevant crash log?

Changed 5 years ago by wilya7

crash report

Changed 5 years ago by wilya7

Note: See TracTickets for help on using tickets.