[3669] in Athena Bugs
palladium doesn't clean up PostScript VM
daemon@ATHENA.MIT.EDU (John T Kohl)
Fri Nov 17 09:01:11 1989
Date: Fri, 17 Nov 89 09:00:53 -0500
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
The following file prints differently on NIL when spooled with lpr and
pdpr.
The Pd banner page should either (1) completely clean up its garbage
from the printer environment or (2) be in a separate PostScript job [I
recommend #2, as it is a "cleaner" solution, in that the printer is
doing all the hard work of cleanup.]
----------- snip snip --------------
%!
% This file works properly (i.e. unpolluted environment) via LPD to NIL,
% but not via Palladium to NIL.
% It demonstrates that the Pd banner page is NOT properly cleaning up
% the PostScript VM environment.
/Times-Bold findfont 18 scalefont setfont
/pagedict where {100 100 moveto (BROKEN! environment garbage) show}
{100 100 moveto (OK, environment looks clean) show}
ifelse
showpage