From a96d850a5b17a912c105edfcb358e8319fbea720 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Fri, 16 Aug 2013 22:42:54 +0400 Subject: [PATCH] doc: describe halt_on_error race detector parameter R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13067043 --- doc/articles/race_detector.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 2d36f616e1..282db8ba40 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -128,6 +128,11 @@ access history is 32K * 2**history_size elements. Increasing this value can avoid a "failed to restore the stack" error in reports, at the cost of increased memory usage. + +
  • +halt_on_error (default 0): Controls whether the program +exits after reporting first data race. +