Message 317375 - Python tracker
Message317375
| 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:51 | vstinner | unlink | issue33613 messages |
| 2018-05-23 10:14:25 | vstinner | set | recipients: + vstinner, pitrou, davin |
| 2018-05-23 10:14:25 | vstinner | set | messageid: <1527070465.1.0.682650639539.issue33613@psf.upfronthosting.co.za> |
| 2018-05-23 10:14:25 | vstinner | link | issue33613 messages |
| 2018-05-23 10:14:24 | vstinner | create | |