mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add a note about unavoidable zombie processes
This has to be fixed in Boost.Process
This commit is contained in:
@@ -128,6 +128,8 @@ bool IndividualHost::running() {
|
|||||||
|
|
||||||
void IndividualHost::terminate() {
|
void IndividualHost::terminate() {
|
||||||
host.terminate();
|
host.terminate();
|
||||||
|
// NOTE: This leaves a zombie, because Boost.Process will actually not call
|
||||||
|
// `wait()` after we have terminated the process.
|
||||||
host.wait();
|
host.wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user