Commit a96d850a authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

doc: describe halt_on_error race detector parameter

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13067043
parent 18f5ce85
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment