Bug 692167 - Regression: Too many warnings
Summary: Regression: Too many warnings
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: General (show other bugs)
Version: master
Hardware: PC All
: P1 normal
Assignee: Marcos H. Woehrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-26 04:14 UTC by Marcos H. Woehrmann
Modified: 2011-08-18 00:43 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 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.