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

aarch64 macOS (Apple M1) test failure #36160

Closed
chadbrewbaker opened this issue Nov 18, 2020 · 6 comments
Closed

aarch64 macOS (Apple M1) test failure #36160

chadbrewbaker opened this issue Nov 18, 2020 · 6 comments
Labels
macos Issues and PRs related to the macOS platform / OSX.

Comments

@chadbrewbaker
Copy link

chadbrewbaker commented Nov 18, 2020

Build from source on commit cbfa2d1

=== release test-signal-handler ===                                           
Path: abort/test-signal-handler
node:assert:385
    throw err;
    ^

AssertionError [ERR_ASSERTION]: child.signal = SIGTRAP
    at Object.<anonymous> (/Users/crb002/github/node/test/abort/test-signal-handler.js:21:3)
    at Module._compile (node:internal/modules/cjs/loader:1102:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1131:10)
    at Module.load (node:internal/modules/cjs/loader:967:32)
    at Function.Module._load (node:internal/modules/cjs/loader:807:14)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12)
    at node:internal/main/run_main_module:17:47 {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: false,
  expected: true,
  operator: '=='
}
Command: out/Release/node /Users/crb002/github/node/test/abort/test-signal-handler.js
=== release test-worker-prof ===                                              
Path: sequential/test-worker-prof
node:assert:107
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: child exited with signal: {
  status: null,
  signal: 'SIGSEGV',
  output: [ null, '', '' ],
  pid: 602,
  stdout: '',
  stderr: ''
}
    at Object.<anonymous> (/Users/crb002/github/node/test/sequential/test-worker-prof.js:58:10)
    at Module._compile (node:internal/modules/cjs/loader:1102:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1131:10)
    at Module.load (node:internal/modules/cjs/loader:967:32)
    at Function.Module._load (node:internal/modules/cjs/loader:807:14)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12)
    at node:internal/main/run_main_module:17:47 {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: 'SIGSEGV',
  expected: null,
  operator: 'strictEqual'
}
Command: out/Release/node /Users/crb002/github/node/test/sequential/test-worker-prof.js
[03:15|% 100|+ 3261|-   2]: Done                                              
make[1]: *** [jstest] Error 1
make: *** [test] Error 2
@aduh95 aduh95 changed the title aarch64 macOS make check failure aarch64 macOS (Apple M1) test failure Nov 18, 2020
@aduh95 aduh95 added the macos Issues and PRs related to the macOS platform / OSX. label Nov 18, 2020
@chadbrewbaker
Copy link
Author

It was the only failure reported. A few build warnings, but none seemed M1 specific.

@akx
Copy link

akx commented Nov 20, 2020

Mentioning pmmmwh/react-refresh-webpack-plugin#259 here too – seems there may be some funkiness regarding setting permissions on WASM memory segments?

@richardlau
Copy link
Member

Mentioning pmmmwh/react-refresh-webpack-plugin#259 here too – seems there may be some funkiness regarding setting permissions on WASM memory segments?

That may be addressed by #35986 (which hasn’t gone out in a release yet).

@richardlau
Copy link
Member

Is this still an issue on current (17.5.0)/master?

@mmarchini
Copy link
Contributor

Was this happening to specific users or to M1 users in general? If the latter I can build and run on my laptop to see if it works

@targos
Copy link
Member

targos commented May 7, 2023

Closing for the lack of follow-up

@targos targos closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macos Issues and PRs related to the macOS platform / OSX.
Projects
None yet
Development

No branches or pull requests

6 participants