-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
child_process: closes before flushing all data #4074
Comments
hm, I'm wondering if this is Windows specific. I cannot reproduce on OS X /cc @nodejs/platform-windows |
I think that it is my pc specific. I have just installed Git and NodeJS on my wife's pc with Windows 10 and it worked. Any recommendation what to do to make it work? I have tried to reinstall NodeJS and Git but nothing helped. In the worst case I will have to reinstall whole pc. |
If you're looking at the output as of the |
Any chance that applying the change in #4071 solves your problem? |
Yes. You would have to build from source. |
@czb is this still an issue for you? If so, can you test with Node v4.2.5+ or v5.2.0+? |
No follow up. Closing. |
I use NodeJS v5.1.0 x64 on Windows 10. The following code
results in the following text in stdout and then the
exit
andclose
events are triggered. You can see that the response is incomplete. When I call the command in the Windows CMD directly, I get a complete response back.EDIT:
The same happens on
NodeJS v4.2.2 x86
The text was updated successfully, but these errors were encountered: