rbspy icon indicating copy to clipboard operation
rbspy copied to clipboard

Support printing the stack of every thread

Open julia-stripe opened this issue 7 years ago • 2 comments

julia-stripe avatar May 16 '18 20:05 julia-stripe

I just had a use case for this too. Diagnosing connections in CLOSE_WAIT, and trying to find idle or otherwise blocked threads.

Current approach is to dump stacks for all threads via rbtrace.

I would have needed that right now. Thanks to igorwww... for the reference to rbtrace which did allow me to do the same thing. Altho it is definetly not as friendly to use as rbspy.

MaxLap avatar Oct 20 '22 18:10 MaxLap