an out-of-memory exception can be raised by this
function (mainly because there isn't enough
memory to allocate a new thread data record
within the MLib context)
in this case, the handler will be called
directly.
do not try to do stupid things in the fatal
handler like jumping to another thread. Its
purpose is to allow you to write a
semi-intelligent message before completely
quiting the current thread or program..
you can call this function repeatedly to reset
the fatal handler if you want to.
if no default fatal handler is set, the program
will simply trap in the case of an un-handled
exception.
|