Bug 688885 - Version 8.54 fails on Postscript generated from pdf on Win2K
Summary: Version 8.54 fails on Postscript generated from pdf on Win2K
Status: RESOLVED DUPLICATE of bug 688396
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PS Interpreter (show other bugs)
Version: 8.54
Hardware: Other Linux
: P4 normal
Assignee: Default assignee
URL: https://www-s2.library.uiuc.edu/lp/do...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 14:07 UTC by Frank Juanito
Modified: 2007-12-13 12:55 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
ss-5.ps.gz (149.73 KB, application/octet-stream)
2007-04-04 21:26 UTC, leonardo
Details

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