Skip to content

Commit be91515

Browse files
committed
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 <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Andrew Gerrand <[email protected]>
1 parent ccca9c9 commit be91515

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/go1.7.html

+11
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ <h2 id="ports">Ports</h2>
102102
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.
103103
</p>
104104

105+
<h3 id="known_issues">Known Issues</h3>
106+
107+
<p>
108+
There are some instabilities on FreeBSD that are known but not understood.
109+
These can lead to program crashes in rare cases.
110+
See <a href="https://golang.org/issue/16136">issue 16136</a>,
111+
<a href="https://golang.org/issue/15658">issue 15658</a>,
112+
and <a href="https://golang.org/issue/16396">issue 16396</a>.
113+
Any help in solving these FreeBSD-specific issues would be appreciated.
114+
</p>
115+
105116
<h2 id="tools">Tools</h2>
106117

107118
<h3 id="cmd_asm">Assembler</h3>

0 commit comments

Comments
 (0)