ClusterLabs / ClusterLabs/libqb
signal is not work as expected after a fork
Open
- Dominant language
- C
- Stars
- 171
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
parent process create a qb_loop_t object, when I fork a child process, the child process's signal does not work properly. I think may be the global pipe_fds should be closed, after a fork, and I fixed it as this in my project.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.