GC Errors
STORAGE-CONDITION
- A type of error condition is signalled when Lisp cannot get more memory from the operating system
- Normally, lisp does not immediately exit, since there is usually a bit of space left in newspace
- Only real solution is to add virtual memory or kill other processes competing for virtual memory