]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: add known issues section for FreeBSD crashes
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 Jul 2016 06:51:47 +0000 (08:51 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 28 Jul 2016 03:03:42 +0000 (03:03 +0000)
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>
doc/go1.7.html

index cf5d8a48a5129288600ee0db6cd9ff7d1ed66387..409f7ab943d97d9cc4b2dfb245bd92280934e54e 100644 (file)
@@ -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>