Bug 668337

Summary: /rangecheck in --get-- with RH8 fonts
Product: Ghostscript Reporter: Jack Moffitt <jack>
Component: PS InterpreterAssignee: Jack Moffitt <jack>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: master   
Hardware: All   
OS: All   
Customer: Word Size: ---

Description Jack Moffitt 2003-01-14 22:23:12 UTC
Originally reported by: jackiem@users.sourceforge.net
When cell.PS is rendered by Ghostscript (any version,
including CVS HEAD) it fails with /rangecheck in
--get-- when the RedHat 8 fonts are used, but works
fine if the Ghostscript distributed fonts are used.

Test file available on casper.  I've also put a copy of
the RedHat 8 fonts on casper with this test file.
Comment 1 Igor Melichev 2003-01-19 05:06:26 UTC
Comment originally by igorm@users.sourceforge.net
Logged In: YES 
user_id=79484

The document is bad.

It defines and uses a procedure named 'ishow'.
The procedure assumes that FontBBox is an executive array.
It is so with Ghostscript fonts, but it is a literal array in RH8 
font n022023l.pfb . With the RH8 font the procedure creates a 
1-element array and tries to get the 2nd element from it.

The bug should be addressed to developers of 'idraw' software.

Comment 2 Alex Cherepanov 2003-12-04 15:13:53 UTC

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