-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: SIGSEGV during runtime init, in gcenable #38639
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
Comments
Hm. This implies the |
A stab in the dark: does your code call |
It does not set GOMAXPROCS, here is the main package (tag v1.2.0): https://github.com/slackhq/nebula/blob/v1.2.0/cmd/nebula/main.go |
There isn't much to go on here, but I had one hypothesis: in Go 1.14.2, when With that being said, things might be different given that in Go 1.15, |
I may be getting a core dump for an application which crashed with this issue, so I might know more soon. 🤞 |
False alarm, turns out the code dump was for a binary from an old Go version which died for a different reason. |
We don't know what is happening here. Rolling milestone forward to 1.16. |
Ping @mknyszek . Roll to 1.17? |
Roll to 1.17 but I have had no way of reproducing this at all, and haven't seen it pop up anywhere. Unless @wadey has any more details or has reproduced this, we should probably just put it into WaitingForInfo. |
I have no other info and I have not seen this failure since. Could have just been a fluke hardware issue . |
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
)?go1.14.2
Does this issue reproduce with the latest release?
It appears to be a rare crash, hard to reproduce.
What operating system and processor architecture are you using (
go env
)?linux amd64
What did you do?
Just started a Go process, got this SIGSEGV, the second goroutine is still in
gcenable
, so it looks like this is during runtime init.The text was updated successfully, but these errors were encountered: