Chris Condrat on Mon, 31 Oct 2005 09:27:39 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Lifting and handling errors |
Indeed lift() will probably overflow the stack again. The current
documentation of 'trap' suggests installing an error handler by typing
{ trap(errpile,
print(reorder);
writebin("crash")) }
This will save the values of all user variables in file 'crash' when
stack overflow occurs. And print their names on screen for diagnostics.