-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
sequential/test-inspector-port-zero segfaults on macOS 10.10 and below #17175
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.libuvIssues 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 Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.libuvIssues 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 Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
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:
Minimal reproduction:
Only one line of the test is failling:
node/test/sequential/test-inspector-port-zero.js
Line 46 in 5df0b9e
Which means you can reproduce with:
node --inspect=localhost:0 # Outputs: Segmentation fault: 11 (core dumped)