-
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: go program crach, it seems fall into infinite loop #35733
Comments
on 14 Oct, I submitted one similar issue: #34886 |
Thanks for reporting this. A few questions:
|
A: I happened in production environment occasionally,still don't know how to reproduce it.
A: It is not easily reproducible. It happen occasionally
A: not use
A: yes, it detect some data race warnings
A: not yet. the version in production enrionment is 1.12.9. We plan to upgrade to 1.13. since it is not easy to reproduce, we are trying to produce it in dev environment.
|
A program with races is not a valid program. Please fix the races first and if you still see the issue, then open an issue. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
do nothing, just run the go program
What did you expect to see?
program run normally
What did you see instead?
program crashed!
after gdb core file, we see one thread falled into infinite loop, see details below
register values are
as see above, x19's value is strange
The text was updated successfully, but these errors were encountered: