Skip to main content

4 docs tagged with "exit-code"

View all tags

CRE-2025-0127

Exit code 127 indicates the configured command/entrypoint was not found in the image or PATH.

CRE-2025-0134

Exit code 134 indicates the process aborted via SIGABRT, commonly due to failed assertions,

CRE-2025-0137

The container exceeded its memory limit and was killed by the kernel OOM killer.

CRE-2025-0139

Exit code 139 indicates SIGSEGV (invalid memory access) in native/runtime code.