async-crashdump-debugging-initiative
async-crashdump-debugging-initiative copied to clipboard
By default crash dumps contain the stack of each thread only. If one wants to analyze the state of the Future-Instances located in heap memory. The target system must be...
If anybody wants to analyze a crash-dump (core) file, the specific debug symbols of the binary in question are required. Each ELF binary being built contains a build-id (kind of...
I'm the author of [Bytehound](https://github.com/koute/bytehound), a memory profiler for Linux, and [not-perf](https://github.com/koute/not-perf/), a CPU profiler. One of the major issues I'd love to find a solution for is the problem...