Merge pull request #5723
a2484a1
README: add coredumpctl info from iDunk (moneromooo-monero)
This commit is contained in:
commit
f1c3252df3
|
@ -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…
Reference in New Issue