Bug 692021 - Bus error and/or seg fault running PS file when using bmpmono or bmpgray device
Summary: Bus error and/or seg fault running PS file when using bmpmono or bmpgray device
Status: RESOLVED DUPLICATE of bug 691625
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PS Interpreter (show other bugs)
Version: 9.00
Hardware: Macintosh MacOS X
: P4 critical
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 21:58 UTC by Eric
Modified: 2011-03-03 22:28 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
Causes a bus error using bmpmono or bmpgray (161.39 KB, application/zip)
2011-03-03 21:58 UTC, Eric
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***