diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-19 17:28:28 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-19 17:28:28 -0500 |
commit | f1c3252df3de77073d24e7619ff7ba5bcb7a7bac (patch) | |
tree | c31ed1198c9a2f1029dc42a2eecdb025ea952b99 | |
parent | Merge pull request #5721 (diff) | |
parent | README: add coredumpctl info from iDunk (diff) | |
download | monero-f1c3252df3de77073d24e7619ff7ba5bcb7a7bac.tar.xz |
Merge pull request #5723
a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero)
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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` |