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

[20.10 backport] Ignore SIGURG on Linux. #2960

Merged
merged 1 commit into from
Feb 4, 2021

Commits on Feb 4, 2021

  1. Ignore SIGURG on Linux.

    In go1.14+, SIGURG is used by the runtime to handle preemtable system
    calls.
    In practice this signal caught *frequently*.
    
    For reference:
    
    https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md
    golang/go#37942
    
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    (cherry picked from commit fff164c)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    cpuguy83 authored and thaJeztah committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3c87f01 View commit details
    Browse the repository at this point in the history