Fix memory leak when a child exits without wait()-ed

Change-Id: I8ad9e20e3f3e6f406548a6c4de2bf4dc07c40b0e
Refs: #1349
This commit is contained in:
TOIDA,Suguru
2019-10-03 16:00:09 +09:00
committed by Masamichi Takagi
parent 1d1ec39a27
commit b3cbdeec84
6 changed files with 364 additions and 3 deletions

18
test/issues/1349/README Normal file
View File

@ -0,0 +1,18 @@
==========
How to run
==========
(1) cd <mckernel>
(2) Build McKernel
(3) cd <mckernel>/test/issues/1349
(4) make
(5) sh ./run.sh
============
What to test
============
Check for memory leak when child processes exit without reaped by the parent's wait.
--
README COPYRIGHT FUJITSU LIMITED 2020