]> Cypherpunks repositories - gostls13.git/commit
runtime: handle locked mmap failure on Linux
authorSébastien Paolacci <sebastien.paolacci@gmail.com>
Sat, 29 Dec 2012 19:34:06 +0000 (14:34 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 29 Dec 2012 19:34:06 +0000 (14:34 -0500)
commite786829e8320497a062be1b3f78646bcf9375abc
tree0c74f03c27165d1e6dd53689d7a239c7d6589b35
parent975bf6d3236118ad69e1555faa0d8264923770e8
runtime: handle locked mmap failure on Linux

Used to then die on a nil pointer situation. Most Linux standard setups are rather
restrictive regarding the default amount of lockable memory.

R=minux.ma, rsc
CC=golang-dev
https://golang.org/cl/6997049
src/pkg/runtime/mem_linux.c