Bugzilla – Bug 152720
hpijs segfaults on x86_64 for the LJFastRaster device class
Last modified: 2006-02-24 13:15:05 UTC
This is just an initial report to have the problem reported. A more detailed analysis will follow. On Suse Linux 10.1 beta3 on x86_64 gs fails when the HPISJ driver is used for the LJFastRaster device class. Only the HP LaserJet 1010 and 1012 belong to this class, see /usr/share/doc/packages/hplip/hpijs-*/hpijs_readme.html and it works on i386, therefore only a minor problem. How to reproduce: ------------------------------------------------------------------------- cat /usr/share/doc/packages/ghostscript/examples/colorcir.ps \ | gs -dBATCH -dPARANOIDSAFER -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs \ -sDeviceManufacturer="HEWLETT-PACKARD" \ -sDeviceModel="hp LaserJet 1010" \ -dIjsUseOutputFD -sOutputFile=- - \ | cat - >/tmp/hpijs.out ESP Ghostscript 8.15.1: Unrecoverable error, exit code 1 ------------------------------------------------------------------------- At the moment I don't know if the bug is in gs or in hpijs.
Created attachment 69726 [details] strace-f of the gs call
Near the end the strace shows -------------------------------------------------------------------------- [pid 4021] --- SIGSEGV (Segmentation fault) @ 0 (0) --- Process 4021 detached <... read resumed> "", 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- write(8, "\0\0\0\20\0\0\0\10", 8) = -1 EPIPE (Broken pipe) --- SIGPIPE (Broken pipe) @ 0 (0) --- -------------------------------------------------------------------------- so that it is the hpijs process which segfaults.
Only my problem.
This bug was already present in Suse Linux 10.0
Fixed package submitted to STABLE.