Bug 688885

Summary: Version 8.54 fails on Postscript generated from pdf on Win2K
Product: Ghostscript Reporter: Frank Juanito <bugz743>
Component: PS InterpreterAssignee: Default assignee <ghostpdl-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 8.54   
Hardware: Other   
OS: Linux   
URL: https://www-s2.library.uiuc.edu/lp/download/ss-5.ps.gz
Customer: Word Size: ---
Attachments: ss-5.ps.gz

Description Frank Juanito 2006-09-11 14:07:29 UTC
Under Windows 2000, if you create a Postscript file from the pdf at
http://www.socialsecurity.gov/online/ss-5.pdf file and then feed it to
Ghostscript 8.54 with the following command, gs fails on page 5

gs -q -dSAFER -dNOPAUSE -dNOCIE -sDEVICE=nullpage -sOutputFile=/dev/null
./ss-5.ps  -c quit

However, when I send the file directly to a printer (such as the Dell 5200), all
the pages print.

The Postscript file generated from the pdf is available at
https://www-s2.library.uiuc.edu/lp/download/ss-5.ps.gz
Comment 1 Alex Cherepanov 2006-09-13 09:24:51 UTC
Confirmed in HEAD. 
This li likely to be the case of excessive memory allocation in pattern
processing.

[a+]gs_malloc(large object chunk)(1591454040) = 0x0: failed
[a+]gs_malloc(large object chunk)(1591454040) = 0x0: failed
Comment 2 Marcos H. Woehrmann 2006-09-13 10:03:50 UTC

*** This bug has been marked as a duplicate of 688396 ***
Comment 3 leonardo 2007-04-04 21:26:49 UTC
Created attachment 2863 [details]
ss-5.ps.gz

A local copy of the test file.