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 Andrei Pozolotin
Recipients Andrei Pozolotin, asvetlov, yselivanov
Date 2021-04-13.15:50:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618329047.14.0.057176308941.issue43832@roundup.psfhosted.org>
In-reply-to
Content
every attempt to touch multiprocessing.Event.is_set()
from asyncio.run() results in reproducible core dump in sem_trywait

system: Linux 5.11.8

Linux work3 5.11.8-arch1-1 #1 SMP PREEMPT Sun, 21 Mar 2021 01:55:51 +0000 x86_64 GNU/Linux

Python: 3.9.2

https://archlinux.org/packages/extra/x86_64/python/
History
Date User Action Args
2021-04-13 15:50:47Andrei Pozolotinsetrecipients: + Andrei Pozolotin, asvetlov, yselivanov
2021-04-13 15:50:47Andrei Pozolotinsetmessageid: <1618329047.14.0.057176308941.issue43832@roundup.psfhosted.org>
2021-04-13 15:50:47Andrei Pozolotinlinkissue43832 messages
2021-04-13 15:50:46Andrei Pozolotincreate