SIGSEGV - CI/CD用語集の定義
SIGSEGV(signal 11)は不正なメモリアクセス(*segmentation fault*)で発生します。プロセスは終了コード139で終わり、通常はネイティブコードのbugを示します。
関連ガイド
Segmentation Fault - CI/CD Glossary DefinitionA segmentation fault happens when code touches memory it is not allowed to, raising SIGSEGV and exit 139. It…
Signal - CI/CD Glossary DefinitionSignal: A **signal** is an OS message that can terminate a process. A process killed by signal N exits with c…