This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Child subreaper is a thread local property. We need to lock os thread to make sure the underlying go runtime M thread is not scheduled off and then quits. Otherwise it is possible that we lose the subreaper M thread and fail to wait child threads. Fixes: #582 Signed-off-by: Peng Tao <[email protected]>
- Loading branch information