Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
commit42cc2bdf46e276c79f9670dc2cd83d65acedeee7
authorAlexandre Julliard <julliard@winehq.org>
Wed, 7 Jun 2000 03:49:41 +0000 (7 03:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Jun 2000 03:49:41 +0000 (7 03:49 +0000)
treec696d6d650bb91a618d70092b7336553fa069770
parent9926d334507033a5a693c416603a630115b91b8e
Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
has been sent, to avoid deadlocking the debugger.
dlls/ntdll/signal_i386.c
scheduler/client.c
scheduler/process.c