How to detect GC warnings?
Sven Hartrumpf <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hi all. Is there an easy way to detect GC warnings like GC Warning: Failed to expand heap by ... GC Warning: Out of Memory! Heap size: ... Returning NULL! inside a running bigloo-compiled program? Background: I would like to cleanly shutdown the program and initiate a restart. Ciao Sven