Don't save core in interrupt handler.
commit8d1e2c12eaed76ae3f50325b34e547a19827aea6
authorVitaly Mayatskikh <v.mayatskih@gmail.com>
Tue, 23 Feb 2010 09:43:11 +0000 (23 10:43 +0100)
committerVitaly Mayatskikh <v.mayatskih@gmail.com>
Tue, 23 Feb 2010 09:43:11 +0000 (23 10:43 +0100)
treeb4b2fdd8b8d1b0462d2ec0a62cf5d89bd0d45dbe
parent8b3a3f3e2f78c7f847d83fab5efdd01b97d8fcfe
Don't save core in interrupt handler.

This will keep unwanted zmq:msg finalizer(s) across reboots in SBCL
and damage core. Now interrupt handler sets special *save-core* flag
and the system saves core when it is safe to do.
julia.lisp
utils.lisp