Comments and Feedback on Effortless Thread Dump for Ruby: Dump the stack trace of all the threads in your Ruby VM with caller_for_all_threads (M.R.I. 1.8)
caller_for_all_threads (M.R.I. 1.8)(4 comments)
08 Dec 2008 roger pack from http://betterlogic.com/roger said...
You should post these upstream to Ruby—core might accept it and other could benefit!
31 Dec 2008 Brent Roman from http://www.mbari.org/staff/brenthttp://sites.google.com/site/brentsrubypatches said...
I've been wondering why there isn’t Thread#backtrace method for some time now. This should make an excellent starting point for that.
Would you consider implementing this? Dumping all threads would be:
Thread.list.each {|t| t.backtrace}
06 Mar 2009 LotenjoymnLop said...
Great post dude, Thanks alot......for sharing. You are so helpful......
Philippe Hanrigou replied...
My pleasure ;-)
Post a new comment:
Enter your comment
Preview your comment
This preview box will be updated as you type your comment.
Markdown Syntax Essentials
- a sentence
- a sentence
- _emphasize something_
- emphasize something
- **emphasize even more**
- emphasize even more
- `a variable`
a variable- [A link to Google](http://google.com)
- A link to Google
- a 4-space-indented code block
(can span multiple lines) a 4 space indented code block (can span multiple lines)- * A first item
* A second item
* A third -
- A first item
- A second item
- A third
For a complete overview, take a look at Markdown Syntax Documentation.

19 Mar 2009 SHEENESUENDAH said...
Hi, cool site, good writing ;)
Philippe Hanrigou replied...
Thanks a lot. I am glad you enjoyed it!