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: failure with "limit on … simultaneously alive goroutines is exceeded" on darwin-amd64-race builder #38184

Closed
bcmills opened this issue Mar 31, 2020 · 5 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin RaceDetector
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Mar 31, 2020

2020-03-31T18:10:56-2d77d33/darwin-amd64-race

race: limit on 8128 simultaneously alive goroutines is exceeded, dying
FAIL	net	14.688s
FAIL
go tool dist: Failed: exit status 1

This is the first I've seen this error.

@bcmills bcmills added RaceDetector OS-Darwin NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Mar 31, 2020
@bcmills bcmills added this to the Backlog milestone Mar 31, 2020
@ianlancetaylor
Copy link
Contributor

For those who don't know, the error message is from the race detector.

https://github.com/llvm/llvm-project/blob/master/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp#L152

@jarreds
Copy link

jarreds commented Jun 11, 2021

Seeing this error as well. I realize the test suite that's generating this is pretty extraordinary, but it would be great to have a knob we can turn to enable a higher number.

@ianlancetaylor
Copy link
Contributor

@jarreds The race detector code is maintained as part of LLVM, outside of the Go project. That would be the place to ask.

@Deleplace
Copy link
Contributor

Deleplace commented Jul 5, 2021

@gopherbot
Copy link

Change https://golang.org/cl/333529 mentions this issue: runtime/race: update runtime (v3)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin RaceDetector
Projects
None yet
Development

No branches or pull requests

5 participants