issue on waitpid
Open
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
boost version 1.88
I use process v2 on linux
My io_context is run by 4 threads
I have a child process running and I have started an async_wait.
I kill child process, then inside terminate, waitpid is called
On async_wait completion, waitpid is also called and waitpid returns ECHILD what go to this error: "No child processes"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.