Bug 688520 - failed assertion in gx_add_cached_char
Summary: failed assertion in gx_add_cached_char
Status: RESOLVED DUPLICATE of bug 688422
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PS Interpreter (show other bugs)
Version: 8.53
Hardware: PC Linux
: P4 normal
Assignee: Stefan Kemper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 07:28 UTC by Eric Ding
Modified: 2007-12-13 12:55 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
PDF file that Acrobat Reader turns into a PS file which chokes ghostscript (11.57 KB, application/pdf)
2006-01-30 07:29 UTC, Eric Ding
Details
PostScript file generated by Acrobat Reader 7.0.5 (518.72 KB, application/postscript)
2006-01-30 07:30 UTC, Eric Ding
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Ding 2006-01-30 07:28:55 UTC
I have a Postscript file that's the output of Acrobat Reader which causes a
failed assertion in gx_add_cached_char:

  gs: src/gxccman.c:567: gx_add_cached_char: Assertion `cc->pair == pair' failed.
  Aborted

I'll attach both the original PDF file and the resulting Postscript from Acrobat
Reader 7.0.5 on Linux.
Comment 1 Eric Ding 2006-01-30 07:29:40 UTC
Created attachment 1971 [details]
PDF file that Acrobat Reader turns into a PS file which chokes ghostscript
Comment 2 Eric Ding 2006-01-30 07:30:26 UTC
Created attachment 1972 [details]
PostScript file generated by Acrobat Reader 7.0.5
Comment 3 Alex Cherepanov 2006-01-30 11:51:27 UTC
This problem has been fixed in the current development code
since rev. 6212. See the bug 688422 for details and patches.


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