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 christian.heimes
Recipients Anthony Sottile, christian.heimes, pablogsal, vstinner
Date 2021-05-05.06:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620196187.97.0.925589153698.issue44043@roundup.psfhosted.org>
In-reply-to
Content
Have you already tried ./python -X faulthandler -m test ... ?

Could you please also run tests with "./python -m test -j1 ..." in a new job? This executes every test module in a subprocess. I like to see if other tests are segfaulting, too.
History
Date User Action Args
2021-05-05 06:29:48christian.heimessetrecipients: + christian.heimes, vstinner, Anthony Sottile, pablogsal
2021-05-05 06:29:47christian.heimessetmessageid: <1620196187.97.0.925589153698.issue44043@roundup.psfhosted.org>
2021-05-05 06:29:47christian.heimeslinkissue44043 messages
2021-05-05 06:29:46christian.heimescreate