Please enable JavaScript.
Coggle requires JavaScript to display documents.
Errors, GDB debugger, Valgrind - Coggle Diagram
Errors
Hardware Erros
Bus Error
Memory Mapping erros
Software Errors
Static
Preprocessor
Compiler
Linker
Loader
RunTime
Memory
Segmentation Fault
Pointer
NULL pointer Dereference
synchronization errors
Time sensative erros
Use after free
GDB debugger
Threads
info
switch
breakpoint thread function
locking condition finding
Variable Printing
Control flow confirmation
Backtrace printing
Memory Dump
Register dump
Valgrind
memory leakage findings
definately lost,
posstibly,
indirectly,
still reachable