Gordon Henriksen <[EMAIL PROTECTED]> wrote: > On Thursday, January 22, 2004, at 09:58 , Leopold Toetsch wrote:
>> cvsuser 04/01/22 06:58:48 >> >> Modified: src res_lea.c >> Log: >> * PANIC on allocation errors > Er? Shouldn't this try to turn into an exception somehow? Finally yes. First exceptions need some rework. We need per interpreter (stackable) jmp_bufs. Then internal_exception can map to a longjmp like real_exception. Finally we can kill the offending thread in an orderly manner. The PANICs in low-level memory allocation code are a current work around to aid debugging. > Gordon Henriksen leo