Once in a blue moon, I manage create a runaway process. I use
-:h500000 to stop it before it eats all the memory and it stops in the
debugger. Perfect!
Now here's the problem:
*** ERROR IN jazz.system-exception-hook, "../jazz/lib/jazz/src/jazz/
dialect/core/exception.scm"@65.3 -- Heap overflow
exc == '#<heap-overflow-exception #6>
other == ##thread-end-with-uncaught-exception!
1> ,b
*** ERROR IN jazz.system-exception-hook, "../jazz/lib/jazz/src/jazz/
dialect/core/exception.scm"@65.3 -- Heap overflow
exc == '#<heap-overflow-exception #6>
other == ##thread-end-with-uncaught-exception!
1> ,q
logout
Is there a way to use the debugger, to see the runaway stack, or is it
completely locked out?