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 erlendaasland, lukasz.langa, pablogsal, vstinner
Date 2021-08-17.17:05:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629219907.71.0.642175771412.issue44936@roundup.psfhosted.org>
In-reply-to
Content
> AssertionError: Process return code is 3221225477
> (...)
> AssertionError: Process return code is 3221225477

This is STATUS_ACCESS_VIOLATION: the process crashed, not good :-(

Moreover, even if the process was run with -X faulthandler, stderr is empty :-(
History
Date User Action Args
2021-08-17 17:05:07vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal, erlendaasland
2021-08-17 17:05:07vstinnersetmessageid: <1629219907.71.0.642175771412.issue44936@roundup.psfhosted.org>
2021-08-17 17:05:07vstinnerlinkissue44936 messages
2021-08-17 17:05:07vstinnercreate