Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support printing the stack of every thread #152

Open
julia-stripe opened this issue May 16, 2018 · 2 comments
Open

Support printing the stack of every thread #152

julia-stripe opened this issue May 16, 2018 · 2 comments

Comments

@julia-stripe
Copy link

No description provided.

@igorwwwwwwwwwwwwwwwwwwww
Copy link
Collaborator

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.

@MaxLap
Copy link

MaxLap commented Oct 20, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants