-
Notifications
You must be signed in to change notification settings - Fork 18k
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 out of range in go1.7.3 #20047
Comments
Usual questions:
Also, what are your concrete types there? Are you generating any types at runtime? |
The |
No to the other Go versions, although I don't see any reason why we shouldn't be able to upgrade to at least 1.7.5, if not 1.8.1, in the near future. Here is the entire stack trace:
The source code of
Unfortunately, this is generic log handler code, so there are many possible values for We haven't run the actual binary with race detector on, but we do have some unit tests that call LogEntry.Message and our CI runs those with |
Unfortunately, the memory corruption could have happened anywhere (and arbitrarily long ago). LogEntry.Message just happened to trip over it. It's not likely it's the culprit. |
Is this still a problem? |
No news for over a year, affected go1.7 which is now unsupported, likely a memory corruption issue, happened only once in production, no way to reproduce the issue... I think we can close here. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
Unfortunately this occurred during one of our production services and does not seem very common so I have no idea how to repro this :(
What did you expect to see?
Process does not crash.
What did you see instead?
The text was updated successfully, but these errors were encountered: