Message285996
To further clarify the report:
When the attached proof-of-concept is executed, a RuntimeException is raised, which has a comment "Should never happen".
The issue isn't due to SIGCHLD, but rather following a waitpid() call. The code attempts to suss the exit code / reason for waitpid() returning, but does not check for WIFSTOPPED in its handler. |
|
| Date |
User |
Action |
Args |
| 2017-01-22 06:53:39 | Zach Riggle | set | recipients:
+ Zach Riggle, gregory.p.smith |
| 2017-01-22 06:53:39 | Zach Riggle | set | messageid: <[email protected]> |
| 2017-01-22 06:53:39 | Zach Riggle | link | issue29335 messages |
| 2017-01-22 06:53:39 | Zach Riggle | create | |
|