This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:11db3lsetrecipients: + db3l, vstinner
2019-10-18 23:01:11db3lsetmessageid: <1571439671.31.0.712523400084.issue38502@roundup.psfhosted.org>
2019-10-18 23:01:11db3llinkissue38502 messages
2019-10-18 23:01:10db3lcreate