SIGSEGV - Definição do Glossário de CI/CD
SIGSEGV (sinal 11) é gerado em um acesso inválido à memória (uma *segmentation fault*); o processo sai com código 139, tipicamente por um bug em código nativo.
Guias relacionados
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…