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

src: remove freebsd SA_RESETHAND workaround #27780

Closed
wants to merge 1 commit into from

Conversation

bnoordhuis
Copy link
Member

@bnoordhuis bnoordhuis commented May 20, 2019

This workaround should no longer be necessary with supported versions
of FreeSBD.

Originall introduced in commit b64983d ("src: reset signal handler to
SIG_DFL on FreeBSD") from March 2015.

Fixes: #27515
Refs: #27246 (comment)

CI: https://ci.nodejs.org/job/node-test-pull-request/23227/

This workaround should no longer be necessary with supported versions
of FreeSBD.

Originall introduced in commit b64983d ("src: reset signal handler to
SIG_DFL on FreeBSD") from March 2015.

Fixes: nodejs#27515
Refs: nodejs#27246 (comment)
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label May 20, 2019
@bnoordhuis bnoordhuis added the freebsd Issues and PRs related to the FreeBSD platform. label May 20, 2019
@nodejs-github-bot
Copy link
Collaborator

@bnoordhuis
Copy link
Member Author

bnoordhuis commented May 23, 2019

Thanks, landed in 51a01c7 6e79658 (edit: I accidentally yanked the PR-URL tag from the commit log; force-pushed a fixed commit.)

@targos
Copy link
Member

targos commented May 23, 2019

Is dont-land-on-v12.x necessary? I don't think Node.js 12 supports affected versions of FreeBSD?

pull bot pushed a commit to shakir-abdo/node that referenced this pull request May 23, 2019
This workaround should no longer be necessary with supported versions
of FreeSBD.

Originally introduced in commit b64983d ("src: reset signal handler
to SIG_DFL on FreeBSD") from March 2015.

Fixes: nodejs#27515
PR-URL: nodejs#27780
Refs: nodejs#27246 (comment)
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@addaleax
Copy link
Member

@targos You can feel free to remove it if you feel comfortable doing so. It’s not necessary, not breaking stuff unless we have to was just my personal preference here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. freebsd Issues and PRs related to the FreeBSD platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

freebsd: remove fbsd 10 SA_RESETHAND workaround
6 participants