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 vstinner
Recipients davin, pitrou, vstinner
Date 2018-05-23.10:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527070465.1.0.682650639539.issue33613@psf.upfronthosting.co.za>
In-reply-to
Content
Attached bug.py reproduces the bug with a daemonic thread but without fork():

$ ./python bug.py 
ls coredpython: Python/pystate.c:589: PyThreadState_Clear: Assertion `tstate->exc_info->previous_item == NULL' failed.
Aborted (core dumped)

(You might have to run the script a few times to get the crash, it's not deterministic.)
History
Date User Action Args
2018-05-23 10:18:51vstinnerunlinkissue33613 messages
2018-05-23 10:14:25vstinnersetrecipients: + vstinner, pitrou, davin
2018-05-23 10:14:25vstinnersetmessageid: <1527070465.1.0.682650639539.issue33613@psf.upfronthosting.co.za>
2018-05-23 10:14:25vstinnerlinkissue33613 messages
2018-05-23 10:14:24vstinnercreate