Add gdb detach instructions

This commit is contained in:
Drew Blessing
2016-06-01 14:44:29 -05:00
parent e9bb895b5a
commit 91496a0965

View File

@ -150,6 +150,14 @@ To output a backtrace from all threads at once:
apply all thread bt 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 ## Check for blocking queries
Sometimes the speed at which Sidekiq processes jobs can be so fast that it can Sometimes the speed at which Sidekiq processes jobs can be so fast that it can