aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-07-27 08:51:47 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2016-07-28 03:03:42 +0000
commitbe915159073ed93fa511ceef7256bc8ee396d1c7 (patch)
tree42924ed4fc2de6ad89e5af2504b644af9728bbfd
parentccca9c9cc0fa5b6ea6e5c8276a96eee8c27ebd87 (diff)
downloadgo-be915159073ed93fa511ceef7256bc8ee396d1c7.tar.gz
go-be915159073ed93fa511ceef7256bc8ee396d1c7.zip
doc/go1.7.html: add known issues section for FreeBSD crashes
Updates #16396 Change-Id: I7b4f85610e66f2c77c17cf8898cc41d81b2efc8c Reviewed-on: https://go-review.googlesource.com/25283 Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r--doc/go1.7.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/go1.7.html b/doc/go1.7.html
index cf5d8a48a5..409f7ab943 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -102,6 +102,17 @@ POWER5 architecture.
The OpenBSD port now requires OpenBSD 5.6 or later, for access to the <a href="http://man.openbsd.org/getentropy.2"><i>getentropy</i>(2)</a> system call.
</p>
+<h3 id="known_issues">Known Issues</h3>
+
+<p>
+There are some instabilities on FreeBSD that are known but not understood.
+These can lead to program crashes in rare cases.
+See <a href="https://golang.org/issue/16136">issue 16136</a>,
+<a href="https://golang.org/issue/15658">issue 15658</a>,
+and <a href="https://golang.org/issue/16396">issue 16396</a>.
+Any help in solving these FreeBSD-specific issues would be appreciated.
+</p>
+
<h2 id="tools">Tools</h2>
<h3 id="cmd_asm">Assembler</h3>