-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime/race: invalid spdelta tsanL14MemoryRangeSetEPNS_11ThreadStateEmmmy #13568
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
Comments
I think that's the stack unwinder trying to unwind through TSAN during a profiling signal, which it should not. Looks like the linker is not writing down "I don't have information" correctly, or else the runtime is not recognizing it. |
I was able to reproduce it once in 1000 runs, using --- FAIL: TestStackBarrierProfiling (1.16s) It took more than an hour. |
CL https://golang.org/cl/18322 mentions this issue. |
Refer golang/go#13568 for further information.
Weird trybot failure in tsan:
https://storage.googleapis.com/go-build-log/78af9465/linux-amd64-race_91e55cda.log
/cc @aclements
The text was updated successfully, but these errors were encountered: