Ticket #5996 enhancement new
Opened 9 months ago
_SIGCHLDWaker calls reapAllProcesses on all signals, not just SIGCHLD
| Reported by: | itamar | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Once #5986 is merged and we switch to using only set_wakeup_fd, the byte read by posixbase._SIGCHLDWaker will always indicate which signal it was triggered by. This would allow us to only call reapAllProcesses if it was actually a SIGCHLD and not some other signal.
Note: See
TracTickets for help on using
tickets.
