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

Command output garbled on windows with many jobs #12

Closed
deplinenoise opened this issue Aug 8, 2010 · 1 comment
Closed

Command output garbled on windows with many jobs #12

deplinenoise opened this issue Aug 8, 2010 · 1 comment
Labels

Comments

@deplinenoise
Copy link
Owner

This happens because the individual child processes do not synchronize when writing to the terminal stream. One approach would be to create a bidirectional pipe and handle I/O this way, but this creates pretty sloppy stalls for error messages and such. It's however the only way I can think of.

@deplinenoise
Copy link
Owner Author

Fixed in 852608a

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

No branches or pull requests

1 participant