Segfault on init process? #8295
Replies: 1 comment 1 reply
-
Please provide a full console log so that we could look into this better |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw this on my node, it is causing a boot loop:
The whole cluster is basically livelocked on this particular error. Given it is all Golang binaries, and because there is a GC, I'm not sure why are there any segfaults because it is not possible to have UAF or buffer overflow with Golang in the first place right? Or maybe this is going to be a panic, and I don't know how do I get to debug this...
Beta Was this translation helpful? Give feedback.
All reactions