runtime: unexpected signal during runtime execution on Debian #29377
Labels
Milestone
Comments
Is this repeatable? CC @aclements |
@ianlancetaylor No, rarely. The difficulty is I could not reproduce it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
My service started in a docker container and happened to throw panic. I cannot figure it out.
The stack shows as follow:
I suspect some goroutines waiting for too long to make runtime scheduler abnormal, but I cannot reproduce it.
The text was updated successfully, but these errors were encountered: