-
Notifications
You must be signed in to change notification settings - Fork 894
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
telemetry mode hangs if there are too many errors #639
Comments
Thanks for filing this. Telemetry is very underbaked right now and I don't recommend anybody use it. |
Just because it could break things or because it might accidentally be collecting all of my hard drive? If the former that's fine, in general I feel capable of debugging issues if I hit them (though @arielb1 saved me for this one). |
Just ran into this, very annoying to debug, although I did learn a bit more about |
Meta
STR
Expected Result
10000 errors are printed to standard error
Actual Result
hang, since
telemetry_rustc
(https://github.com/rust-lang-nursery/rustup.rs/blob/4be1012/src/rustup/command.rs#L51) pipes stderr and waits, without reading from it.moved from rust-lang/rust#34535
The text was updated successfully, but these errors were encountered: