README: add coredumpctl info from iDunk

pull/326/head
moneromooo-monero 5 years ago
parent 6335509727
commit a2484a1d5c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save