Bug 692167

Summary: Regression: Too many warnings
Product: Ghostscript Reporter: Marcos H. Woehrmann <marcos.woehrmann>
Component: GeneralAssignee: Marcos H. Woehrmann <marcos.woehrmann>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: master   
Hardware: PC   
OS: All   
Customer: Word Size: ---

Description Marcos H. Woehrmann 2011-04-26 04:14:55 UTC
The command line:

./gs/bin/gs  -o test.pdf  -sDEVICE=pdfwrite  -r300 -dJOBSERVER %rom%Resource/Init/gs_cet.ps - <  ./tests_private/ps/ps3cet/11-05.PS

generates thousands of identical warning messages:

GPL Ghostscript 9.03: ERROR: Page 3 used undefined glyph 'A' from type 3 font '', key 'UseImage'

As soon as I figure out how to use git bisect I'll assign the bug (so it might be a while :-).
Comment 1 Ken Sharp 2011-06-11 19:36:39 UTC
(In reply to comment #0)
> The command line:
> 
> ./gs/bin/gs  -o test.pdf  -sDEVICE=pdfwrite  -r300 -dJOBSERVER
> %rom%Resource/Init/gs_cet.ps - <  ./tests_private/ps/ps3cet/11-05.PS
> 
> generates thousands of identical warning messages:
> 
> GPL Ghostscript 9.03: ERROR: Page 3 used undefined glyph 'A' from type 3 font
> '', key 'UseImage'
> 
> As soon as I figure out how to use git bisect I'll assign the bug (so it might
> be a while :-).

I can't reproduce this on Windows, I'll try again on Linux next week.
Comment 2 Ken Sharp 2011-06-12 18:17:39 UTC
Also works without warnings on Linux with current code. Handing back to Marcos to re-test.
Comment 3 Marcos H. Woehrmann 2011-08-18 00:43:37 UTC
This has been fixed.