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

Avoid allocation in the signal handler to fix a deadlock #24890

Merged
merged 3 commits into from Nov 27, 2019
Merged

Commits on Nov 27, 2019

  1. Only print a backtrace the first time the signal handler is called.

    This avoids infinite recursion if the printing causes another signal.
    SimonSapin committed Nov 27, 2019
  2. Avoid locking in the signal handler

    SimonSapin committed Nov 27, 2019
You can’t perform that action at this time.