From: NIIMI Satoshi Date: Wed, 26 Sep 2007 11:42:32 +0000 (+0000) Subject: 1.0.10.4: Use variable for SIG_MEMORY_FAULT on FreeBSD X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=42ab0c5b87f834c69842713c60587a76f953411f;hp=42ab0c5b87f834c69842713c60587a76f953411f;p=sbcl.git 1.0.10.4: Use variable for SIG_MEMORY_FAULT on FreeBSD When SIGBUS is signalled on FreeBSD 7, or SIGSEGV is signalled on FreeBSD 6 or earlier, it's very hard to debug if both of the signals are hooked for GC. Instead to hook both signals, define SIG_MEMORY_FAULT as variable and set it at startup. ---