Commit db6a75c2 authored by Stan Hu's avatar Stan Hu

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

Fix typo in obtaining a backtrace from all threads in gdb



See merge request !4612
parents 27f75cf4 ec7cdc18
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment