[x3d-public] FW: [nodejs/node] node blocks when piping to standard output. Git forBash on Windows 10, Cygwin too. (#11514)

yottzumm at gmail.com yottzumm at gmail.com
Thu Feb 23 07:03:58 PST 2017


More info on how node.js fails on Windows 10 and bash.

John

Sent from Mail for Windows 10

From: Nikolai Vavilov
Sent: Thursday, February 23, 2017 9:49 AM
To: nodejs/node
Cc: John Carlson; Mention
Subject: Re: [nodejs/node] node blocks when piping to standard output. Git forBash on Windows 10, Cygwin too. (#11514)

This also reproduces the issue, without xargs or tee:
$ (node.exe fillbuffer.js && node.exe fillbuffer.js) | node.exe read.js
<Buffer 30 0a>
<Buffer 30 0a>

(hangs here)
read.js:
process.stdin.on('data', console.log);
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170223/741e5193/attachment-0001.html>


More information about the x3d-public mailing list