mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Interpreter thread should exit after sending IPC data
This commit is contained in:
parent
3f89b6d863
commit
8747a54fea
@ -89,7 +89,11 @@ namespace Execute
|
|||||||
goto RetryIPCWrite;
|
goto RetryIPCWrite;
|
||||||
}
|
}
|
||||||
delete TmpBuffer;
|
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;
|
PCB *InterpreterTargetProcess;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user