Skip to content
forked from golang/go
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/articles/race_detector: mention memory leak potential #171

Merged
merged 1 commit into from
Feb 25, 2020

Commits on Feb 25, 2020

  1. doc/articles/race_detector: mention memory leak potential

    As far as I can tell, there is no public documentation on this topic,
    which cost me several days of debugging.
    
    I am possibly unusual in that I run binaries in production with the
    race detector turned on, but I think that others who do the same may
    want to be aware of the risk.
    
    Updates #26813.
    Updates #37233.
    
    Change-Id: I1f8111bd01d0000596e6057b7cb5ed017d5dc655
    Reviewed-on: https://go-review.googlesource.com/c/go/+/220586
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    kevinburke committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ba093c4 View commit details
    Browse the repository at this point in the history