diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-07-02 20:31:17 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-07-02 21:08:57 +0000 |
commit | a2484a1d5c936914265c6a6f2f3617f37a5d92f2 (patch) | |
tree | c670201f7cb63b2b6af99679a3011f20b4d55663 | |
parent | Merge pull request #5641 (diff) | |
download | monero-a2484a1d5c936914265c6a6f2f3617f37a5d92f2.tar.xz |
README: add coredumpctl info from iDunk
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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` |