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

Use SIGWINCH to print thread backtraces #2195

Merged
merged 1 commit into from Mar 24, 2020

Commits on Mar 24, 2020

  1. Use SIGWINCH to print thread backtraces

    puma#1320 added support for using SIGINFO,
    but this is only available on BSD-based systems. SIGWINCH is on Linux.
    
    This is useful for debugging infinite loops or slow performance.
    stanhu committed Mar 24, 2020
    Copy the full SHA
    8bde1b9 View commit details
    Browse the repository at this point in the history