Bug 689110 - Rangecheck in --get-- on certain pages of an article
Summary: Rangecheck in --get-- on certain pages of an article
Status: RESOLVED DUPLICATE of bug 687120
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PS Interpreter (show other bugs)
Version: 8.54
Hardware: PC Windows 2000
: P4 normal
Assignee: Default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 00:16 UTC by Michal Soltys
Modified: 2007-12-13 12:55 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
Problematic file (gzipped) (205.78 KB, application/x-gzip)
2007-02-28 00:27 UTC, Michal Soltys
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Soltys 2007-02-28 00:16:20 UTC
Every time I try to open for example 7th page (link to offending file below), 
ghostscript returns rangecheck error in --get--

The file can be freely downloaded from CiteSeer, here's the link (it's small 
~600ish KB document about packet queuing):

http://citeseer.ist.psu.edu/rd/86009078%2C34637%2C1%2C0.25%2CDownload/
http%3AqSqqSqwww.cs.cmu.eduqSq~istoicaqSqhfsc_extended.ps.gz

Log of one of the problematic pages below. The file prints normally on 
postscript printer (HP 2420 in this case) and is displayed properly by RoPS as 
well.

GSview 4.8 2006-02-25
AFPL Ghostscript 8.54 (2006-05-17)
Copyright (C) 2005 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Displaying DSC file C:/home/hfsc-tr.ps
Displaying page 1
Displaying page 4
Displaying page 5
Displaying page 6
Displaying page 7
Loading NimbusRomNo9L-Regu font from C:\Program Files\gs\fonts/n021003l.pfb... 
2398496 1067797 2370216 944974 4 done.
Loading NimbusMonL-Regu font from C:\Program Files\gs\fonts/n022003l.pfb... 
2495568 1181907 2370216 952450 4 done.
Error: /rangecheck in --get--
Operand stack:
   --nostringval--   --nostringval--   --nostringval--   descender   0   --
nostringval--   1
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval-
-   2   %stopped_push   --nostringval--   --nostringval--   false   1
   %stopped_push   1   3   %oparray_pop   1   3   %oparray_pop   1   3
   %oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   --
nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --
nostringval--
Dictionary stack:
   --dict:1130/1686(ro)(G)--   --dict:0/20(G)--   --dict:75/200(L)--   --
dict:142/250(L)--   --dict:29/200(L)--   --dict:41/52(L)--   --dict:1/17(L)--   
--dict:5/17(L)--   --dict:1/3(L)--   --dict:17/22(ro)(L)--
Current allocation mode is local

--- Begin offending input ---
<cut>
--- End offending input ---
file offset = 239688
gsapi_run_string_continue returns -101
Comment 1 Michal Soltys 2007-02-28 00:27:32 UTC
Created attachment 2795 [details]
Problematic file (gzipped)

This is the file causing problems with gs 8.54 . Just go to page #7
Comment 2 Michal Soltys 2007-02-28 00:59:32 UTC
Additional info. The file I gave link for, fails on page #8, not #7. The file I 
attached, fails on #7. Both errors seem to be the same. Sorry for the small 
mixup.
Comment 3 Alex Cherepanov 2007-02-28 06:25:06 UTC
This is a duplicate on the bug 687120.
The sample file has been produced by an old version of idraw
which is not compatible with GS fonts v. 8.11. 

There are several ways to work around the problem.
(1) re-create the EPS files using a recent version of idraw.
(2) Patch the file as described in the bug 687120
(3) Make all FontBBox arrays in GS your fonts executable.
(4) Downgrade to v.6.00 of the fonts.

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