Tag: Reliability
Unstable behavior such as unexpected restarts, crash loops, or intermittent failures affecting service reliability.
ID | Title | Description | Category | Technology | Tags |
---|---|---|---|---|---|
CRE-2025-0137 High Impact: 6/10 Mitigation: 2/10 | Pod terminated with Exit Code 137 due to OOMKilled (memory limit exceeded) | The container exceeded its memory limit and was killed by the kernel OOM killer.Kubernetes reports a terminated state with Reason=OOMKilled and exitCode=137.This often manifests as CrashLoopBackOff under sustained memory pressure. | Memory Problems | k8s | K8sExit CodeOut of MemoryMemoryCrash LoopReliability |
CRE-2025-0139 Medium Impact: 7/10 Mitigation: 2/10 | Container exited 139 due to segmentation fault (SIGSEGV) | Exit code 139 indicates SIGSEGV (invalid memory access) in native/runtime code.Frequently caused by unsafe pointer operations, ABI/library mismatches, or native extensions. | Runtime | k8s | K8sExit CodeSegfaultNativeReliability |