mirror of
https://github.com/monero-project/monero.git
synced 2024-11-16 15:57:36 +00:00
README: add coredumpctl info from iDunk
This commit is contained in:
parent
6335509727
commit
a2484a1d5c
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue