-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime/pprof: race detected between goroutines?debug=1 and setting goroutine labels #50292
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Comments
I see that there's already some special casing around labels: Lines 545 to 558 in 90fb5a4
Lines 11 to 33 in 90fb5a4
Perhaps this isn't quite working out as intended. |
Change https://go.dev/cl/385660 mentions this issue: |
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.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes, same with 1.17.5 (just checked)
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go test -race foo_test.go
What did you expect to see?
Passing test and no data race.
What did you see instead?
The text was updated successfully, but these errors were encountered: