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

investigate flaky test-child-process-fork-closed-channel-segfault on Raspberry Pi 2 #38392

Open
Trott opened this issue Apr 25, 2021 · 3 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@Trott
Copy link
Member

Trott commented Apr 25, 2021

  • 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   ...
@Trott Trott added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Apr 25, 2021
@Trott
Copy link
Member Author

Trott commented May 3, 2021

Again today.

https://ci.nodejs.org/job/node-test-binary-arm-12+/10664/RUN_SUBSET=1,label=pi2-docker/console

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

@aduh95
Copy link
Contributor

aduh95 commented Mar 12, 2022

Again today

https://ci.nodejs.org/job/node-test-binary-arm-12+/14828/

/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-fork-closed-channel-segfault.js:83
            throw err;
            ^

Error: write EPIPE
    at ChildProcess.target._send (node:internal/child_process:864:20)
    at ChildProcess.<anonymous> (node:internal/child_process:667:16)
    at ChildProcess.emit (node:events:539:35)
    at emit (node:internal/child_process:936:14)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -32,
  code: 'EPIPE',
  syscall: 'write'
}

Node.js v18.0.0-pre

@joyeecheung
Copy link
Member

Here is another one:

https://ci.nodejs.org/job/node-test-binary-arm-12+/14994/

/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-fork-closed-channel-segfault.js:83
            throw err;
            ^

Error: write EPIPE
    at ChildProcess.target._send (node:internal/child_process:864:20)
    at ChildProcess.<anonymous> (node:internal/child_process:667:16)
    at ChildProcess.emit (node:events:539:35)
    at emit (node:internal/child_process:936:14)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -32,
  code: 'EPIPE',
  syscall: 'write'
}

Node.js v18.0.0-pre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.
Projects
None yet
Development

No branches or pull requests

3 participants