mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
README: add coredumpctl info from iDunk
This commit is contained in:
parent
6335509727
commit
a2484a1d5c
@ -804,6 +804,12 @@ gdb /path/to/monerod /path/to/dumpfile`
|
|||||||
|
|
||||||
Print the stack trace with `bt`
|
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:
|
#### To run monero within gdb:
|
||||||
|
|
||||||
Type `gdb /path/to/monerod`
|
Type `gdb /path/to/monerod`
|
||||||
|
Loading…
Reference in New Issue
Block a user