mirror of
https://github.com/golang/go
synced 2024-11-24 10:10:07 -07:00
doc: describe halt_on_error race detector parameter
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13067043
This commit is contained in:
parent
18f5ce8561
commit
a96d850a5b
@ -128,6 +128,11 @@ access history is <code>32K * 2**history_size elements</code>.
|
||||
Increasing this value can avoid a "failed to restore the stack" error in reports, at the
|
||||
cost of increased memory usage.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<code>halt_on_error</code> (default <code>0</code>): Controls whether the program
|
||||
exits after reporting first data race.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user