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 koobs, vstinner
Date 2021-06-21.23:04:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624316683.45.0.985202182274.issue44480@roundup.psfhosted.org>
In-reply-to
Content
It looks like bpo-44360 which was a Linux OOM Killer issue since the Linux machine memory was too low.

AMD64 FreeBSD Non-Debug 3.x:
https://buildbot.python.org/all/#/builders/172/builds/387

...
test_single_statement (test.test_compile.TestSpecifics) ... ok
test_stack_overflow (test.test_compile.TestSpecifics) ... *** Signal 9
Stop.
make: stopped in /usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build
program finished with exit code 1
elapsedTime=855.058198
History
Date User Action Args
2021-06-21 23:04:43vstinnersetrecipients: + vstinner, koobs
2021-06-21 23:04:43vstinnersetmessageid: <1624316683.45.0.985202182274.issue44480@roundup.psfhosted.org>
2021-06-21 23:04:43vstinnerlinkissue44480 messages
2021-06-21 23:04:43vstinnercreate