学習 / CI/CD Glossary / Segfault Segmentation Fault - CI/CD用語集の定義 segmentation faultはプロセスが禁止されたメモリにアクセスしたときに発生します。カーネルがSIGSEGVを発生させ、終了コード139で終わり、ほぼ常にネイティブコードのbugを示します。関連ガイドSIGSEGV - CI/CD Glossary DefinitionSIGSEGV (signal 11) fires when a process accesses memory it may not - a segmentation fault. It exits with cod… Exit Code - CI/CD Glossary DefinitionExit Code: An **exit code** is the number a process returns when it ends. Zero means success; non-zero means… 前へSecurity Gate次へSegmentation Fault