Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
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.pysequential/test-inspector-port-zero===releasetest-inspector-port-zero===Path: sequential/test-inspector-port-zeroassert.js:42thrownewerrors.AssertionError({^AssertionError[ERR_ASSERTION]: exitCode: null,signal: SIGSEGVatChildProcess.proc.on.mustCall(/build/jenkins/n8-test/ab673161/node/test/sequential/test-inspector-port-zero.js:37:59)atChildProcess.<anonymous>(/build/jenkins/n8-test/ab673161/node/test/common/index.js:533:15)atemitTwo(events.js:126:13)atChildProcess.emit(events.js:214:7)atProcess.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]: DoneMinimal 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.