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

node: reset signal handler to SIG_DFL on FreeBSD #1218

Closed
wants to merge 6 commits into from

Commits on Mar 20, 2015

  1. node: reset signal handler to SIG_DFL on FreeBSD

    FreeBSD has a nasty bug with SA_RESETHAND reseting the SA_SIGINFO,
    that is in turn set for a libthr wrapper. This leads to a crash.
    Work around the issue by manually setting SIG_DFL in the signal
    handler.
    
    Fix: nodejs/node-v0.x-archive#9326
    indutny committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    8c11d74 View commit details
    Browse the repository at this point in the history
  2. add test

    indutny committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    9d50049 View commit details
    Browse the repository at this point in the history
  3. ...

    indutny committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    a273745 View commit details
    Browse the repository at this point in the history
  4. ...

    indutny committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    45bf9b6 View commit details
    Browse the repository at this point in the history
  5. ...

    indutny committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    ee586e5 View commit details
    Browse the repository at this point in the history
  6. ...

    indutny committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    8ce3971 View commit details
    Browse the repository at this point in the history