-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocollibuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
- Version: 8.9.0.0
- Platform: macOS <= 10.10.1
- Subsystem: libuv, getaddrinfo
This test fails consistently on earlier versions of macOS (used code in #16685 to work out that it was a segfault).
Original test case failure:
$ tools/test.py sequential/test-inspector-port-zero
=== release test-inspector-port-zero ===
Path: sequential/test-inspector-port-zero
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: exitCode: null, signal: SIGSEGV
at ChildProcess.proc.on.mustCall (/build/jenkins/n8-test/ab673161/node/test/sequential/test-inspector-port-zero.js:37:59)
at ChildProcess.<anonymous> (/build/jenkins/n8-test/ab673161/node/test/common/index.js:533:15)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
Command: out/Release/node /build/jenkins/n8-test/ab673161/node/test/sequential/test-inspector-port-zero.js
[00:00|% 100|+ 0|- 1]: Done Minimal reproduction:
Only one line of the test is failling:
| test('--inspect=localhost:0'); |
Which means you can reproduce with:
node --inspect=localhost:0
# Outputs: Segmentation fault: 11 (core dumped)Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocollibuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.testIssues and PRs related to the tests.Issues and PRs related to the tests.