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

Abort on uncaught exception broken on Windows? #197

Closed
targos opened this issue Mar 31, 2021 · 2 comments
Closed

Abort on uncaught exception broken on Windows? #197

targos opened this issue Mar 31, 2021 · 2 comments

Comments

@targos
Copy link
Member

targos commented Mar 31, 2021

See https://ci.nodejs.org/job/node-test-binary-windows-js-suites/9097/#showFailuresLink

Example failure:

node:assert:122
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected

+ 2147483651
- 3221225477
    at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\abort\test-abort-uncaught-exception.js:31:16)
    at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:388:15)
    at ChildProcess.emit (node:events:369:20)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: 2147483651,
  expected: 3221225477,
  operator: 'strictEqual'
}
@targos
Copy link
Member Author

targos commented Mar 31, 2021

@nodejs/platform-windows

@targos
Copy link
Member Author

targos commented Apr 24, 2021

Moving discussion to nodejs/node#38273 (comment)

@targos targos closed this as completed Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant