Re: [Python-Dev] Challenge: Please break this! (a.k.a restricted mode revisited)

April 11, 2016
1:54 p.m.
Steven D'Aprano:
although I must admit I don't understand why the entire OS is effected.
A consequence of memory overcommit, I'd wager. The crasher code not only allocates vast swathes of memory, but accesses it as well, which is bad news for Linux with overcommit enabled. When the OS runs out of backing store to handle page faults, anything can happen. - Anders
3360
Age (days ago)
3360
Last active (days ago)
0 comments
1 participants
participants (1)
-
Anders Munch