mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +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() {
|
||||
host.terminate();
|
||||
// NOTE: This leaves a zombie, because Boost.Process will actually not call
|
||||
// `wait()` after we have terminated the process.
|
||||
host.wait();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user