![[GRCCP] - Athens C++ Meetup cover photo](https://secure.meetupstatic.com/photos/event/2/a/4/9/clean_492130825.webp)
What we’re about
A community for those programming, learning or interested in C++
Upcoming events (1)
See all- Investigating C++ Core Dumps in DepthLink visible for attendees
This time we are having a shared event in cooperation with the C++ User Group Köln:
Core Explorer is a new tool for analysing core dumps. Debugging with core dumps comes with several challenges when compared to debugging a live process. Core Explorer offers new methods to find C++ objects in program memory and to reconstruct heap allocations. This can be used to investigate memory corruption and memory leaks in C++ applications, particularly when combined with time-travel debugging.
Outline:
- Generically traverse any container using debug information and decompilation
- Reverse engineer heap allocations from memory contents and libc debug information
- Run a conservative garbage collector in leak detection mode
- Find the exact instruction causing a memory leak with time travel debugging (WIP)
Our Speaker:
Henning Meyer has fifteen years of professional experience in C++ across several companies, including hardware-accelerated high performance computing, high frequency trading, embedded real-time signal analysis and legacy enterprise applications. He holds a PhD in Algebraic Geometry.