Bug 692021

Summary: Bus error and/or seg fault running PS file when using bmpmono or bmpgray device
Product: Ghostscript Reporter: Eric <ericw>
Component: PS InterpreterAssignee: Alex Cherepanov <alex>
Status: RESOLVED DUPLICATE    
Severity: critical    
Priority: P4    
Version: 9.00   
Hardware: Macintosh   
OS: MacOS X   
Customer: Word Size: ---
Attachments: Causes a bus error using bmpmono or bmpgray

Description Eric 2011-03-03 21:58:49 UTC
Created attachment 7317 [details]
Causes a bus error using bmpmono or bmpgray

The attached file is processed through gs using the following command:

/opt/local/bin/gs -sDEVICE=bmpmono -sOutputFile=output.bmp 441648603.ps 


The result is a bus error. The file processes correctly via the bmp256 and png256 devices; no other devices were attempted.

Adding more parameters:

/opt/local/bin/gs -sDEVICE=bmpmono -dBATCH -dNOPAUSE -dDEVICEWIDTHPOINTS=4462.452 -dDEVICEHEIGHTPOINTS=849.3822 -dEPSFITPAGE -sFIXEDMEDIA -dCOLORSCREEN -r600 -sOutputFile=output.bmp 441648603.ps 

causes a segmentation fault instead of a bus error.
Comment 1 Eric 2011-03-03 22:01:44 UTC
This issue is not present in 8.5.1.
Comment 2 Eric 2011-03-03 22:02:07 UTC
This bug is present in 8.7.1.
Comment 3 Eric 2011-03-03 22:28:39 UTC
Sorry for the false alarm. This bug is a duplicate of bug 691625, which is fixed.

*** This bug has been marked as a duplicate of bug 691625 ***