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

Call WaitForExit twice to catch all output #1211

Merged
merged 1 commit into from
Apr 10, 2016
Merged

Call WaitForExit twice to catch all output #1211

merged 1 commit into from
Apr 10, 2016

Conversation

kkm000
Copy link
Member

@kkm000 kkm000 commented Apr 10, 2016

Process.WaitForExit() must be called after WaitForExit(Int32) to synchronize asynchronous output events (http://stackoverflow.com/a/16095658/1149924, https://msdn.microsoft.com/en-us/library/ty0d8k56.aspx)

This is likely why our output under AppVeyor gets truncated, X-ref fsprojects/FsLexYacc#53

`Process.WaitForExit()` *must* be called after `WaitForExit(Int32)` to synchronize asynchronous output events (http://stackoverflow.com/a/16095658/1149924, https://msdn.microsoft.com/en-us/library/ty0d8k56.aspx)
@forki
Copy link
Member

forki commented Apr 10, 2016

thanks for taking care of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants