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 /README.md | |
| parent | 1010a6503e7279bb17fb3f8cfddffe4d3a66ba34 (diff) | |
| parent | a2484a1d5c936914265c6a6f2f3617f37a5d92f2 (diff) | |
| download | monzero-core-f1c3252df3de77073d24e7619ff7ba5bcb7a7bac.tar.gz monzero-core-f1c3252df3de77073d24e7619ff7ba5bcb7a7bac.tar.xz monzero-core-f1c3252df3de77073d24e7619ff7ba5bcb7a7bac.zip | |
Merge pull request #5723
a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero)
Diffstat (limited to 'README.md')
| -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` |
