[Pkg-cups-devel] libgs8 segfault : print jobs (recto/verso) stop after 2nd page

Jonathan Nieder jrnieder at gmail.com
Thu Aug 18 19:30:54 UTC 2011


Hi Christophe,

Christophe Alonso wrote:

> Here is the psc_1200_series.ppd.
> I hope it can help you,

I suspect this is
http://bugs.ghostscript.com/show_bug.cgi?id=690101 but I was not
able to reproduce it.  I tried the following:

	cat some.pdf |
		PPD=/path/to/psc_1200_series.ppd \
		gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH \
			-sDEVICE=cups -sstdout=%stderr \
			-sOutputFile=%stdout \
			-I/usr/share/cups/fonts -sMediaType=Plain \
			-sOutputType=0 -r600x600 -dMediaPosition=7 \
			-dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=841 \
			-dcupsBitsPerColor=8 -dcupsColorOrder=0 \
			-dcupsColorSpace=1 -dcupsRowStep=1 \
			-dcupsInteger0=26 -scupsString0=PlainNormalColor \
			-scupsPageSizeName=A4 -c -f -_ >out 2>err
	echo $?

with ghostscript being version 8.71~dfsg2-9.  If you can reproduce
it this way, please attach the PDF; otherwise, we will have to figure
out something else.  Thanks.



More information about the Pkg-cups-devel mailing list