README: add coredumpctl info from iDunk

This commit is contained in:
moneromooo-monero
2019-07-02 20:31:17 +00:00
parent 6335509727
commit a2484a1d5c

View File

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