Skip to content
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

net: data race on err #7157

Closed
dvyukov opened this issue Jan 21, 2014 · 1 comment
Closed

net: data race on err #7157

dvyukov opened this issue Jan 21, 2014 · 1 comment
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Jan 21, 2014

Windows race builder says:

WARNING: DATA RACE
Write by goroutine 32:
  net.TestAcceptIgnoreSomeErrors()
      c:/src/racer/work/windows-amd64-race-c249c52cd276/go/src/pkg/net/net_windows_test.go:125 +0xe75
  testing.tRunner()
      c:/src/racer/work/windows-amd64-race-c249c52cd276/go/src/pkg/testing/testing.go:391 +0x112

Previous write by goroutine 34:
  net.func·073()
      c:/src/racer/work/windows-amd64-race-c249c52cd276/go/src/pkg/net/net_windows_test.go:110 +0x111

http://build.golang.org/log/9fc27babf615ba48ba88d9e3e2b9a79559f737e6
@dvyukov
Copy link
Member Author

dvyukov commented Jan 21, 2014

Comment 1:

This issue was closed by revision bfd3c22.

Status changed to Fixed.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants