aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-07-02 20:31:17 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-07-02 21:08:57 +0000
commita2484a1d5c936914265c6a6f2f3617f37a5d92f2 (patch)
treec670201f7cb63b2b6af99679a3011f20b4d55663
parentMerge pull request #5641 (diff)
downloadmonero-a2484a1d5c936914265c6a6f2f3617f37a5d92f2.tar.xz
README: add coredumpctl info from iDunk
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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`