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)

(4 comments)

SHEENESUENDAH said...

Hi, cool site, good writing ;)

Philippe Hanrigou replied...

Thanks a lot. I am glad you enjoyed it!

roger pack from http://betterlogic.com/roger said...

You should post these upstream to Ruby—core might accept it and other could benefit!

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}

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.


This work is licensed under a Creative Commons Attribution 2.5 License.

Original web site design by: JFX diz*web.