From a2484a1d5c936914265c6a6f2f3617f37a5d92f2 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 2 Jul 2019 20:31:17 +0000 Subject: [PATCH] README: add coredumpctl info from iDunk --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3c4f5ac86..2f4f24acc 100644 --- a/README.md +++ b/README.md @@ -804,6 +804,12 @@ gdb /path/to/monerod /path/to/dumpfile` Print the stack trace with `bt` + * If a program crashed and cores are managed by systemd, the following can also get a stack trace for that crash: + +```bash +coredumpctl -1 gdb +``` + #### To run monero within gdb: Type `gdb /path/to/monerod`