]> Cypherpunks repositories - gostls13.git/commit
runtime: print error if mmap fails
authorIan Lance Taylor <iant@golang.org>
Wed, 19 Jan 2022 03:44:34 +0000 (19:44 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 19 Jan 2022 21:46:55 +0000 (21:46 +0000)
commitbb7fb8a5fac1ad9570c554c366826d649350acbe
tree8fab463d9e22e42d8407bfa54be31900de65c63b
parentc1296af151f5682f6e0cd88cd0372aca5a464a97
runtime: print error if mmap fails

Fixes #49687

Change-Id: Ife7f64f4c98449eaff7327e09bc1fb67acee72c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/379354
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mem_aix.go
src/runtime/mem_bsd.go
src/runtime/mem_darwin.go
src/runtime/mem_linux.go