-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: name offset base pointer out of range #37712
Comments
/cc @aclements @rsc @randall77 @ianlancetaylor Could this be related to #37664? |
Something is garbage here. The type pointer is I'm not sure there's more we can do here without a reproducer. |
2022-02-17T17:36:57-cda4201-eaf0405/linux-ppc64le-buildlet |
One more on
|
When we encounter a similar stack during type assertion with go1.17.7, there are concurrent store/delete operations when traversing the
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Came from the latest release, reproducable, unknown
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran our standard edge node service.
What did you expect to see?
The service to run and process requests
What did you see instead?
A strange panic from the runtime.
Host was running:
Linux XXX 4.15.0-1052-gcp #56-Ubuntu SMP Thu Dec 19 10:54:56 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: