Fix memory leak when a child exits without wait()-ed
Change-Id: I8ad9e20e3f3e6f406548a6c4de2bf4dc07c40b0e Refs: #1349
This commit is contained in:
committed by
Masamichi Takagi
parent
1d1ec39a27
commit
b3cbdeec84
18
test/issues/1349/README
Normal file
18
test/issues/1349/README
Normal 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
|
||||
Reference in New Issue
Block a user