Add gdb detach instructions
This commit is contained in:
parent
e9bb895b5a
commit
91496a0965
1 changed files with 8 additions and 0 deletions
|
@ -150,6 +150,14 @@ To output a backtrace from all threads at once:
|
|||
apply all thread bt
|
||||
```
|
||||
|
||||
Once you're done debugging with `gdb`, be sure to detach from the process and
|
||||
exit:
|
||||
|
||||
```
|
||||
detach
|
||||
exit
|
||||
```
|
||||
|
||||
## Check for blocking queries
|
||||
|
||||
Sometimes the speed at which Sidekiq processes jobs can be so fast that it can
|
||||
|
|
Loading…
Reference in a new issue