mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
The asynchronous signal handling thread was not started by ECL.
This commit is contained in:
parent
8c90bf7916
commit
6d5084fa8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1156,7 +1156,7 @@ init_unixint(int pass)
|
|||
create_signal_queue(ecl_get_option(ECL_OPT_SIGNAL_QUEUE_SIZE));
|
||||
create_signal_code_constants();
|
||||
install_fpe_signal_handlers();
|
||||
/*install_signal_handling_thread();*/
|
||||
install_signal_handling_thread();
|
||||
ECL_SET(@'si::*interrupts-enabled*', Ct);
|
||||
ecl_process_env()->disable_interrupts = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue