diff --git a/README.md b/README.md index 8c8ce8fb1..d83111e4f 100644 --- a/README.md +++ b/README.md @@ -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`