-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
freebsd: remove fbsd 10 SA_RESETHAND workaround #27515
Comments
bnoordhuis
added
c++
Issues and PRs that require attention from people who are familiar with C++.
freebsd
Issues and PRs related to the FreeBSD platform.
labels
May 1, 2019
2 tasks
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
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: nodejs#27515 Refs: nodejs#27246 (comment)
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
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 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>
Fixed by 6e79658. |
pull bot
pushed a commit
to shakir-abdo/node
that referenced
this issue
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once #27246 lands, remove the SA_RESETHAND workaround in src/node.cc, it's no longer needed.
See discussion in #27246 (comment).
The text was updated successfully, but these errors were encountered: