Process Each process is running on its own virtual address space. The MMU does the necessary translation from/to the physical
Continue readingCategory: Debugging & Memory
Coredump analysing with GDB
Load coredump with GDB Analysis of threads Analysis of stacktrace Analysis of functions/variables Details to typical constructs Analysis of memory
Continue readingMemory Management (C++)
1. Automatic allocation – Stack Objects created on the stack, will be cleaned up automatically after they have run out
Continue reading