-
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: linux/amd64 crash in runtime.adjustSignalStack #56119
Comments
|
Could you share what your program does?
It looks like this is a non-Go created thread but has Go signal handler registered, and while it is setting the signal masks it gets signaled and the Go signal handler runs? |
I am not sure because I use a private dynamic link library (libserving_processor.so).
how can i find out (where Go signal handler registered)? |
A couple of questions:
|
yes i get it. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes, random crash, but high crash rate when high cpu load
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
use go1.19 and go1.19.2
What did you expect to see?
same problem
What did you see instead?
The text was updated successfully, but these errors were encountered: