-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: crash on linux/arm64 during os.Setenv #69829
Comments
What is your host machine? Are you running docker as a VM? It looks like this is crashing in the C setenv function. What are your libc and C toolchain? Thanks. |
See #63567 |
As mentioned elsewhere (#63567), libc Some options to avoid the libc segfault:
|
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.) |
Go version
go1.22.6 linux/arm64
Output of
go env
in your module/workspace:What did you do?
I was running an application test suite against an arm64 K3s built with go1.22.6:
What did you see happen?
kubelet
reported that an exec probe failed withSIGSEGV
:full message
What did you expect to see?
No crash.
Perhaps the issue discussed in #59692 can also happen on arm64?
The text was updated successfully, but these errors were encountered: