don't bother catching SIGSEGV et al in top-repl
authorAndy Wingo <wingo@pobox.com>
Tue, 22 Jun 2010 21:16:49 +0000 (23:16 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 22 Jun 2010 21:16:49 +0000 (23:16 +0200)
commitc592de96c0f24b12e3124f7c8f04245d8c9c0c11
treeed13af6db72e078d25b7ce2d774d2674b207d813
parent049ec2029982d98983413365b66ecc7d95060987
don't bother catching SIGSEGV et al in top-repl

* module/ice-9/boot-9.scm (exit-hook): Move up with the other hooks.
  (top-repl): Don't install handlers for SIGFPE, SIGILL, SIGSEGV, or
  SIGBUS, as they will have no effect.
module/ice-9/boot-9.scm