Skip to content
Snippets Groups Projects
Commit db6a75c2 authored by Stan Hu's avatar Stan Hu
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
@@ -147,7 +147,8 @@ bt
Loading
@@ -147,7 +147,8 @@ bt
To output a backtrace from all threads at once: 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 Once you're done debugging with `gdb`, be sure to detach from the process and
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment