coredump: include stacktrace of coredumps in the log message

System Internals / systemd - Lennart Poettering [poettering.net] - 19 June 2014 05:38 UTC

elfutils' libdw is maintained, can read DWARF debug data and appears to be the library of choice for generating backtraces today.

8d4e028 coredump: include stacktrace of coredumps in the log message
Makefile.am | 9 ++
configure.ac | 39 +++++++++
src/journal/coredump.c | 38 ++++++---
src/journal/coredumpctl.c | 14 +++-
src/journal/stacktrace.c | 200 +++++++++++++++++++++++++++++++++++++++++++++
src/journal/stacktrace.h | 24 ++++++
6 files changed, 311 insertions(+), 13 deletions(-)

Upstream: github.com


  • Share