mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 22:39:24 +00:00
Interpreter thread should exit after sending IPC data
This commit is contained in:
@ -89,7 +89,11 @@ namespace Execute
|
||||
goto RetryIPCWrite;
|
||||
}
|
||||
delete TmpBuffer;
|
||||
CPU::Halt(true);
|
||||
/* Prevent race condition, maybe a
|
||||
better idea is to watch when the
|
||||
IPC is destroyed. */
|
||||
TaskManager->Sleep(5000);
|
||||
TEXIT(0);
|
||||
}
|
||||
|
||||
PCB *InterpreterTargetProcess;
|
||||
|
Reference in New Issue
Block a user