]> Cypherpunks repositories - gostls13.git/commit
runtime: clear signal stack on main thread
authorIan Lance Taylor <iant@golang.org>
Fri, 17 Mar 2017 20:48:56 +0000 (13:48 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 20 Mar 2017 22:59:26 +0000 (22:59 +0000)
commit5dc14af6824ed31eab5a8a16e8e08082c5ddcb14
treeedb684f1e252aa7b3719299202e2caccf5df26e4
parent325904fe6a6b3fc4324c517a62fa570fd6efb163
runtime: clear signal stack on main thread

This is a workaround for a FreeBSD kernel bug. It can be removed when
we are confident that all people are using the fixed kernel. See #15658.

Updates #15658.

Change-Id: I0ecdccb77ddd0c270bdeac4d3a5c8abaf0449075
Reviewed-on: https://go-review.googlesource.com/38325
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/os_freebsd.go