-
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: cgo stuck because of go signal handler went into dead loop #56649
Comments
@ianlancetaylor can you help me, thanks very much. |
We faced of the same issue. But when go test -msan command run, and error occured like this:
It happens sporadically. |
@tarikkilic GCC does not support |
Am I understanding correctly that the issue is occurring in Go 1.10.3? That version has not been supported for a very long time. Can you reproduce the issue with the latest release of Go? CC @golang/runtime |
Yep. The issue occurs on product enviroment. We are trying recompile the docker images but it may take several days to update all services nodes and reproduce(if not fixed) the issue. |
@cocktail828 can you confirm if the issue is still happening after recompiling? |
Sorry for late response. It does not happened for now. I will keep trace the issue. If it does not hanppen for 2 weeks I will close the issue myself. |
@joedian Sorry to interrupt you. The issue reproduce again(go 1.19) after big traffic. I have update this issue with the latest info. |
Great! Thanks for reproducing. Do you have a way for us to reproduce this ourselves? That would be a big help in moving forward on this, since otherwise I don't think we see (in triage) the root cause here. |
I will try to simplify the reproduction conditions. But before that, I have no short way. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. It can be reproduce on go version 1.19
What operating system and processor architecture are you using (
go env
)?containered CentOS 7
go env
OutputThe following is what I see.
Backtrace with gdb:
Strace syscalls: As you can see,
SIGSEGV
is raised again and again...What did you expect to see?
Panic.
What did you see instead?
It stucked, no crash or panic.
The text was updated successfully, but these errors were encountered: