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 martin.panter, vstinner
Date 2017-05-09.23:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494372201.74.0.659453610361.issue30320@psf.upfronthosting.co.za>
In-reply-to
Content
I checked manually in my FreeBSD CURRENT VM that:

* sigwaitinfo() and sigtimedwait() fail with EINTR and automatically restart the interrupted syscall
* running the test in a loop doesn't fail: I ran the test during 5 min in 10 shells (tests running 10 times in parallel) => no failure, the race condition seems to be gone. I hacked the test file to only run the sigwaitinfo() and sigtimedwait() unit tests.
History
Date User Action Args
2017-05-09 23:23:21vstinnersetrecipients: + vstinner, martin.panter
2017-05-09 23:23:21vstinnersetmessageid: <1494372201.74.0.659453610361.issue30320@psf.upfronthosting.co.za>
2017-05-09 23:23:21vstinnerlinkissue30320 messages
2017-05-09 23:23:21vstinnercreate