How to handle a stackoverflow?
问题 I'm trying to fix up the error handling in my postscript interpreter, and I'm having difficulty coming up with ways for the handler to execute when one of the stacks is full. The postscript-level handler procedure I'm using is the "standard" one described in Frank Merritt Braswell, Inside Postscript. /.error { //$error exch /errorname exch put //$error exch /command exch put //$error /newerror true put //$error /errorname get /VMerror ne { //$error /ostackarray get null eq { //$error