Comment 11 for bug 333429

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

I succeeded to reproduce the bug on 64-bit with the following command line:

cat /usr/share/system-config-printer/testpage-a4.ps | /usr/lib/cups/filter/pstopdf 1 1 1 1 '' | gs -dPARANOIDSAFER -dNOPAUSE -dBATCH -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout -I/usr/share/cups/fonts -sMediaType=Plain -r720x360 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=842 -dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=1 -dcupsRowFeed=5 -scupsPageSizeName=A4 -c -f -_ > output

I get a segfault and the file "output" stays empty.

I have submitted the Apport backtrace as bug #345576 (marked as duplicate of this one).