Merge pull request #5723

a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero)
This commit is contained in:
luigi1111 2019-08-19 17:28:28 -05:00
commit f1c3252df3
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 6 additions and 0 deletions

View File

@ -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`