-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
We have a case where runc init is blocked trying to open exec.fifo (specifically /proc/self/fd/5 which points to exec.fifo in the state dir.
This happened on a machine with memory pressure and runc exiting with SIGSEGV.
I'm assuming this is happening here, but all I have to debug this is strace:
runc/libcontainer/standard_init_linux.go
Lines 188 to 191 in 4d4d19c
| fd, err := unix.Open("/proc/self/fd/"+strconv.Itoa(l.fifoFd), unix.O_WRONLY|unix.O_CLOEXEC, 0) | |
| if err != nil { | |
| return newSystemErrorWithCause(err, "open exec fifo") | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels