<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
span.pl-c1
        {mso-style-name:pl-c1;}
span.pl-smi
        {mso-style-name:pl-smi;}
span.pl-en
        {mso-style-name:pl-en;}
span.pl-s
        {mso-style-name:pl-s;}
span.pl-pds
        {mso-style-name:pl-pds;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>More info on how node.js fails on Windows 10 and bash.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>John</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10</p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='border:none;padding:0in'><b>From: </b><a href="mailto:notifications@github.com">Nikolai Vavilov</a><br><b>Sent: </b>Thursday, February 23, 2017 9:49 AM<br><b>To: </b><a href="mailto:node@noreply.github.com">nodejs/node</a><br><b>Cc: </b><a href="mailto:yottzumm@gmail.com">John Carlson</a>; <a href="mailto:mention@noreply.github.com">Mention</a><br><b>Subject: </b>Re: [nodejs/node] node blocks when piping to standard output. Git forBash on Windows 10, Cygwin too. (#11514)</p></div><p class=MsoNormal><o:p> </o:p></p><p>This also reproduces the issue, without <code><span style='font-size:10.0pt'>xargs</span></code> or <code><span style='font-size:10.0pt'>tee</span></code>:</p><pre><code>$ (node.exe fillbuffer.js && node.exe fillbuffer.js) | node.exe read.js<o:p></o:p></code></pre><pre><code><Buffer 30 0a><o:p></o:p></code></pre><pre><code><Buffer 30 0a><o:p></o:p></code></pre><pre><code><o:p> </o:p></code></pre><pre><code>(hangs here)<o:p></o:p></code></pre><p>read.js:</p><div><pre><span class=pl-c1>process</span>.<span class=pl-smi>stdin</span>.<span class=pl-en>on</span>(<span class=pl-pds>'</span><span class=pl-s>data</span><span class=pl-pds>'</span>, <span class=pl-en>console</span>.<span class=pl-smi>log</span>);</pre></div><p><span style='font-size:12.0pt;color:#666666'>—<br>You are receiving this because you were mentioned.<br>Reply to this email directly, <a href="https://github.com/nodejs/node/issues/11514#issuecomment-282010797">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AArE91E1FdetcOszm5InKqvMlASBOwWxks5rfZxtgaJpZM4MJeAS">mute the thread</a>.</span><span style='font-size:12.0pt;color:#666666'><img border=0 width=1 height=1 style='width:.0104in;height:.0104in' id="_x0000_i1025" src="https://github.com/notifications/beacon/AArE98IQjqXvEKEwyCHWJ4p9_kjPrVfeks5rfZxtgaJpZM4MJeAS.gif" alt="https://github.com/notifications/beacon/AArE98IQjqXvEKEwyCHWJ4p9_kjPrVfeks5rfZxtgaJpZM4MJeAS.gif"></span><span style='font-size:12.0pt;color:#666666'><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>