Message354926
| Author | db3l |
|---|---|
| Recipients | db3l, vstinner |
| Date | 2019-10-18.23:01:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1571439671.31.0.712523400084.issue38502@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I can recreate this manually by running regrtest.py against test_pty. Crashes with any "-j#" option, but fine when run sequentially. Removing the process group change avoids the crash. With the process group change in place, the trigger point appears to be the final "os.close(master_fd)" in PtyTest.test_basic. Commenting that out avoids the crash. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-18 23:01:11 | db3l | set | recipients: + db3l, vstinner |
| 2019-10-18 23:01:11 | db3l | set | messageid: <1571439671.31.0.712523400084.issue38502@roundup.psfhosted.org> |
| 2019-10-18 23:01:11 | db3l | link | issue38502 messages |
| 2019-10-18 23:01:10 | db3l | create | |