-
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,go/token: data race on FileSet.last #48940
Comments
|
The odd thing about this race is that both the read and the write appear to be synchronized. The read is here, under an Lines 474 to 479 in e8f99da
The write is here, under a write-lock: Lines 485 to 489 in e8f99da
|
For now the best theory I have for this failure is “unrelated memory corruption” (#46272). 🤷♂️ |
No more of these since October.
|
Duplicate of #46272 |
greplogs --dashboard -md -l -e '(?m)WARNING: DATA RACE\n.*\n go/token'
2021-10-13T00:11:47-4fb2e1c/freebsd-amd64-race
See previously #4345.
The text was updated successfully, but these errors were encountered: