]> Cypherpunks repositories - gostls13.git/commit
runtime: do not fall through in SIGBUS/SIGSEGV
authorRuss Cox <rsc@golang.org>
Fri, 30 Jul 2010 18:32:55 +0000 (11:32 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 30 Jul 2010 18:32:55 +0000 (11:32 -0700)
commit68b0a87966e64d8f851257e89571d676d5c6e0cd
treee30065aa945cf0268eeb99eeef4732dcc2961a13
parenta0368180a7853f6ada2cea6c41bed2bb2fb2de15
runtime: do not fall through in SIGBUS/SIGSEGV

Faults beyond the first page are not expected
and should fail loudly.  They are not subject to recover.

R=r
CC=golang-dev
https://golang.org/cl/1915042
src/pkg/runtime/darwin/thread.c
src/pkg/runtime/freebsd/thread.c
src/pkg/runtime/linux/thread.c