zero divide, to get this message you must have defined
a RUNTIMECHECK cpp name when you compiled
(see §9 page ). Example generating this message:
{ 1 % 0; }
cannot open <filename> this error is generated by
loadfile (see §6.6.7 page ) when cannot
open or read the specified file.
functionpercent argument type is <a type>, not
a function
functionname argument type is <a type>, not a
function
functionargcount argument type is <a type>,
not a function
functionisbuiltin argument type is <a type>,
not a function
functiontype argument type is <a type>, not a
function
Error: stack is full, perhaps the stack size is
fixed too small, change it (in a new session), see
§6 page . Terminal, crossed, wrap or other types of
recursions are not recognized by to
minimize stack size.
void catastrophe() { catastrophe(); }
Stop execution on ctrl-c (kill -2 on
process id).
illegal free (address = 0x????) only if is
compiled with RUNTIMECHECK defined.
{ free("illegal"); }
Lionel Fournigault
Wed Apr 30 10:44:37 MET DST 1997