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 martin.panter
Recipients alexandre.vassalotti, eric.smith, martin.panter, pitrou, prinsherbert, serhiy.storchaka
Date 2015-10-27.04:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445920115.69.0.864184569285.issue25465@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps by OS crash you mean either the Linux out-of-memory (OOM) killer, that takes a hueristic stab at killing the right process, or Linux running almost out of memory, and everything grinding to a halt presumably because each task switch needs to re-read its program off the hard disk.

If either is the case, I understand this is part of Linux’s design, called “memory overcommit” or something. It is possible to disable it, though I haven’t tried myself, and many programs (probably including Python) are apparently not compatible.
History
Date User Action Args
2015-10-27 04:28:35martin.pantersetrecipients: + martin.panter, pitrou, eric.smith, alexandre.vassalotti, serhiy.storchaka, prinsherbert
2015-10-27 04:28:35martin.pantersetmessageid: <1445920115.69.0.864184569285.issue25465@psf.upfronthosting.co.za>
2015-10-27 04:28:35martin.panterlinkissue25465 messages
2015-10-27 04:28:34martin.pantercreate