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 eric.snow, erlendaasland, pablogsal, vstinner
Date 2021-06-09.13:15:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623244517.72.0.628514061615.issue44360@roundup.psfhosted.org>
In-reply-to
Content
> I don't think that's a segfault. That seems that the process was killed no? Also, the buildbot is green so this is not happening in the latest builds

* (1) 0:01:12, test_compile child process was killed by signal -9
* (2) 0:08:48, test_multiprocessing_forkserver child process was killed by signal -9
* (3) 0:27:56, test_compile main process was killed (unknown signal... I bet on signal -9, SIGSEGV)

Maybe it was a manual action, but it sounds like a strange coincidence that 3 processes were killed in the same build, and it wasn't at the same time.
History
Date User Action Args
2021-06-09 13:15:17vstinnersetrecipients: + vstinner, eric.snow, pablogsal, erlendaasland
2021-06-09 13:15:17vstinnersetmessageid: <1623244517.72.0.628514061615.issue44360@roundup.psfhosted.org>
2021-06-09 13:15:17vstinnerlinkissue44360 messages
2021-06-09 13:15:17vstinnercreate