I understand the when I get a heapoverflow, gambit can't pop me into a REPL (since that'll take more heap).<br><br>However, can I get a dying process to print out a backtrace for me? (Increasing the maximum heap size won't solve this problem -- the problem is that I have some run away code that is consuming up all the memory, and if I increase the max heap size, all that happens is that it just makes it longer to heap overflow).<br>
<br>[I debugged the last one manually by trying pieces of code here & there; but if I could get a backtrace, it'd just be so much faster]<br><br>Thanks!<br>