Merge branch 'fix-sidekiq-troubleshooting' into 'master'

Fix typo in obtaining a backtrace from all threads in gdb



See merge request !4612
This commit is contained in:
Stan Hu 2016-06-14 23:52:47 +00:00
commit db6a75c23a
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ bt
To output a backtrace from all threads at once:
```
apply all thread bt
set pagination off
thread apply all bt
```
Once you're done debugging with `gdb`, be sure to detach from the process and