Open
Description
- Test: test-child-process-fork-closed-channel-segfault
- Platform: pi2-docker
- Console Output:
00:13:47 not ok 81 parallel/test-child-process-fork-closed-channel-segfault
00:13:47 ---
00:13:47 duration_ms: 4.292
00:13:47 severity: fail
00:13:47 exitcode: 1
00:13:47 stack: |-
00:13:47 /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-fork-closed-channel-segfault.js:83
00:13:47 throw err;
00:13:47 ^
00:13:47
00:13:47 Error: write EPIPE
00:13:47 at ChildProcess.target._send (node:internal/child_process:849:20)
00:13:47 at ChildProcess.<anonymous> (node:internal/child_process:670:16)
00:13:47 at ChildProcess.emit (node:events:377:35)
00:13:47 at emit (node:internal/child_process:920:12)
00:13:47 at processTicksAndRejections (node:internal/process/task_queues:84:21) {
00:13:47 errno: -32,
00:13:47 code: 'EPIPE',
00:13:47 syscall: 'write'
00:13:47 }
00:13:47 ...