mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
The Boehm-Weiser garbage collector needs to use SIGSEGV for the generational garbage collector algorithm.
This commit is contained in:
parent
eadbb9cf11
commit
fe3af8d9a2
1 changed files with 2 additions and 0 deletions
|
|
@ -190,7 +190,9 @@ si_catch_bad_signals()
|
|||
#ifndef GBC_BOEHM
|
||||
mysignal(SIGBUS, signal_catcher);
|
||||
#endif
|
||||
#ifndef GBC_BOEHM_GENGC
|
||||
mysignal(SIGSEGV, signal_catcher);
|
||||
#endif
|
||||
#ifdef SIGIOT
|
||||
mysignal(SIGIOT, signal_catcher);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue