aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-08-19 17:28:28 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-08-19 17:28:28 -0500
commitf1c3252df3de77073d24e7619ff7ba5bcb7a7bac (patch)
treec31ed1198c9a2f1029dc42a2eecdb025ea952b99
parentMerge pull request #5721 (diff)
parentREADME: add coredumpctl info from iDunk (diff)
downloadmonero-f1c3252df3de77073d24e7619ff7ba5bcb7a7bac.tar.xz
Merge pull request #5723
a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero)
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c8ce8fb1..d83111e4f 100644
--- a/README.md
+++ b/README.md
@@ -805,6 +805,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`