Top "Postmortem-debugging" questions

Postmortem debugging concerns debugging of programs that have already terminated.

Cross-platform crash handler

I'm looking for a cross-platform crash handler. Google Breakpad looks promising, but it is sorely lacking any documentation, and requires …

c++ cross-platform crash crash-dumps postmortem-debugging
Remote Post-mortem coredump analysis without having exact debug symbols for shared system libraries

How do you usually get around this problem? Imagine that a thread crashes inside libc code (which is a system …

gdb shared-libraries remote-debugging postmortem-debugging