test: allow SIGBUS in signal-handler abort test#47851
Merged
nodejs-github-bot merged 3 commits intonodejs:mainfrom May 5, 2023
Merged
test: allow SIGBUS in signal-handler abort test#47851nodejs-github-bot merged 3 commits intonodejs:mainfrom
nodejs-github-bot merged 3 commits intonodejs:mainfrom
Conversation
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134
Collaborator
Member
Author
|
I forced the above CI run to be executed on https://ci.nodejs.org/manage/computer/test-digitalocean-freebsd12-x64-1/ (FreeBSD 12.4) |
santigimeno
approved these changes
May 4, 2023
Co-authored-by: Santiago Gimeno <[email protected]>
benjamingr
approved these changes
May 4, 2023
Contributor
|
Fast-track has been requested by @targos. Please 👍 to approve. |
Collaborator
lpinca
approved these changes
May 4, 2023
22 tasks
Collaborator
bnoordhuis
approved these changes
May 5, 2023
Member
bnoordhuis
left a comment
There was a problem hiding this comment.
Code change LGTM, no complaints, but I suggest replacing causeSegfault() with abort() because the former contains UB (literal nullptr dereference - compilers are allowed to optimize that away, volatile or not.)
Collaborator
Collaborator
|
Landed in 3c82d48 |
targos
added a commit
that referenced
this pull request
May 5, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: #47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
targos
added a commit
that referenced
this pull request
May 5, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: #47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
targos
added a commit
that referenced
this pull request
May 5, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: #47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
targos
added a commit
that referenced
this pull request
May 5, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: #47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Member
Author
|
@nodejs/collaborators if this test fails in your CI runs, you'll have to make sure they include this commit (either by rebasing or starting a fresh |
This was referenced May 6, 2023
denihs
pushed a commit
to meteor/node-v14-esm
that referenced
this pull request
Jun 22, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
denihs
pushed a commit
to meteor/node-v14-esm
that referenced
this pull request
Jun 22, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
denihs
pushed a commit
to meteor/node-v14-esm
that referenced
this pull request
Jun 22, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
erikolofsson
pushed a commit
to Malterlib/node
that referenced
this pull request
Jun 26, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
erikolofsson
pushed a commit
to Malterlib/node
that referenced
this pull request
Jun 26, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
denihs
pushed a commit
to meteor/node-v14-esm
that referenced
this pull request
Jun 26, 2023
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
aduh95
pushed a commit
to aduh95/node
that referenced
this pull request
Feb 18, 2025
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
m0th3rch1p
pushed a commit
to m0th3rch1p/node
that referenced
this pull request
Jul 20, 2025
FreeBSD uses SIGBUS after update to v12.4. Refs: nodejs/build#3134 PR-URL: nodejs#47851 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FreeBSD uses SIGBUS after update to v12.4.
Refs: nodejs/build#3134