Bug 688383 - Error: /limitcheck in --eofill--
Summary: Error: /limitcheck in --eofill--
Status: RESOLVED DUPLICATE of bug 688396
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PDF Interpreter (show other bugs)
Version: 8.53
Hardware: All Linux
: P3 normal
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 07:50 UTC by Stephan Arrington
Modified: 2007-12-13 12:55 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Arrington 2005-11-15 07:50:59 UTC
gsc fails to process this pdf at any res over 132. This was attempted with and without the dBufferSpace 
argument.


Command:
gsc -dBATCH -dNOPAUSE -dBufferSpace=1000000000 -sDEVICE=
tiffsep -sOutputFile=temp -r300 00540WRA310.pdf 

Result:
Processing pages 1 through 1.
Page 1
Error: /limitcheck in --eofill--
Operand stack:
   --dict:7/7(L)--   186.018   288.145
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   
--nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   
1   3   %oparray_pop   1   3   %oparray_pop   --nostringval--   --nostringval--   2   1   1   --
nostringval--   %for_pos_int_continue   --nostringval--   --nostringval--   --nostringval--   --
nostringval--   %array_continue   --nostringval--   false   1   %stopped_push   --nostringval--   %
loop_continue   --nostringval--
Dictionary stack:
   --dict:1124/1686(ro)(G)--   --dict:2/20(G)--   --dict:75/200(L)--   --dict:75/200(L)--   --dict:
105/127(ro)(G)--   --dict:258/347(ro)(G)--   --dict:21/24(L)--   --dict:4/6(L)--   --dict:20/31(L)--   
--dict:3/5(L)--
Current allocation mode is local
Last OS error: 2
AFPL Ghostscript CVS PRE-RELEASE 8.53: Unrecoverable error, exit code 1

At r150 the error is different:
Error: /VMerror in --eofill--
VM status: 3 595720 1957364
Current allocation mode is local
Last OS error: 12
Comment 1 Stephan Arrington 2005-11-15 07:54:04 UTC
Created attachment 1768 [details]
PDF that fails to process at any res above 132
Comment 2 Ray Johnston 2007-04-07 15:26:05 UTC
Yet another example of a huge allocation due to pattern accumulator (big pattern
problem)

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