Message285996
| Author | Zach Riggle |
|---|---|
| Recipients | Zach Riggle, gregory.p.smith |
| Date | 2017-01-22.06:53:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1485068019.89.0.356122895286.issue29335@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1485068019.89.0.356122895286.issue29335@psf.upfronthosting.co.za> |
| 2017-01-22 06:53:39 | Zach Riggle | link | issue29335 messages |
| 2017-01-22 06:53:39 | Zach Riggle | create | |