Core Dump - Definição do Glossário de CI/CD
Um core dump é um arquivo que captura a memória, os registradores e a pilha de um processo no instante em que sofreu crash (por exemplo, em um SIGSEGV); combinado com debug symbols, permite que um debugger reconstrua exatamente por que o programa morreu.
Guias relacionados
Stack Trace - CI/CD Glossary DefinitionA stack trace is the ordered list of function calls active when an error occurred, showing the path the progr…
Debug Symbols - CI/CD Glossary DefinitionDebug symbols map machine code back to source lines, variables, and types, letting debuggers and crash report…
Heap Profiling - CI/CD Glossary DefinitionHeap profiling samples where a program allocates memory and what stays live, helping find leaks and bloat tha…