mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Do not attempt interrupting a process while it is being initialized.
This commit is contained in:
parent
7e6b13cfa3
commit
942e37bc8d
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ thread_entry_point(void *arg)
|
|||
cl_object process = (cl_object)arg;
|
||||
cl_env_ptr env;
|
||||
|
||||
ecl_set_process_env(NULL);
|
||||
process->process.active = 2;
|
||||
#ifndef ECL_WINDOWS_THREADS
|
||||
pthread_cleanup_push(thread_cleanup, (void *)process);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue