Ubuntu: stdout
and stderr
data is not emitted on child processes (with piped stdio
)
#42438
Labels
child_process
Issues and PRs related to the child_process subsystem.
Version
v18.0.0-nightly20220311d8c4e375f2
Platform
Linux parallels-Parallels-Virtual-Platform 5.13.0-37-generic #42~20.04.1-Ubuntu SMP Tue Mar 15 15:44:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
Run
node main.js
having following two files in same folder:child.js
main.js
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
Expected output (e.g. observable on macOS) is:
What do you see instead?
Additional information
When
stdio
is set toinherit
then the child output is exposed as expected.I observe it on every Node.js version I've tried (v14, v16, v17, and latest build)
The text was updated successfully, but these errors were encountered: