Merge pull request #5723

a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero)
release-v0.7.1.0
luigi1111 5 years ago
commit f1c3252df3
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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

Loading…
Cancel
Save