-
-
Save askldjd/f0f06592fb02cf4a2854b25569b89ef0 to your computer and use it in GitHub Desktop.
Dump all threads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in {0..64} | |
do | |
echo displaying $i thread | |
rbtrace -p 2475 -e "Thread.list[$i].backtrace.join('\n')" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment