[gs-bugs] [Bug 691014] execform1 rangecheck preventing printing...
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Mon Mar 1 15:04:39 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691014
------- Additional Comments From till.kamppeter at gmail.com 2010-03-01 07:04 -------
I have investigated this some more. The original poster has probably printed the
file out of evince (the standard PDF viewer under Ubuntu). evince does not pass
the PDF file through when the user prints it but re-renders the file
unnecessarily. The re-rendered file is attached as CityMap-evince.pdf. Until
reaching Ghostscript, this file passed through pdftopdf (attached as
CityMap-evince-pdftopdf.pdf).
The original Ghostscript command line is
cat CityMap-evince-pdftopdf.pdf | /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE
-dBATCH -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout
-I/usr/share/cups/fonts -sMediaClass=Standard -sMediaType=Plain -r720x360
-dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=842 -dcupsBitsPerColor=8
-dcupsColorOrder=0 -dcupsColorSpace=6 -dcupsRowFeed=5 -scupsPageSizeName=A4 -c
-f -_ > out.raster
Unfortunately, I do not get the error shown by the original poster when I simply
run this command line. Instead, I get a segmentation fault.
If I really create a print queue for the original poster's printer (Epson Stylus
Photo R220, driver CUPS+Gutenprint), I get the error reported by the original
poster, but I do not get it when running the filters on the command line or via
the "cupsfilter" command.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list