-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustc forever stuck compiling. #38030
Comments
I've seen a similar hang in the |
Nominating, as this seems like a regression of some kind? |
Marking as stable-to-nightly regression, presumably...unclear if this ever worked? |
cc @rust-lang/compiler -- anybody care to investigate? @the-kenny @Aaronepower can either of you confirm if this is in fact a regression (i.e., did these tests ever work)? |
@nikomatsakis Definitely. All our If it helps I can try to reproduce the issue again to check if it stalls at the same test. |
@nikomatsakis Sorry for being unclear. tokei does run tests which pass without the features. However it gets stuck on build not on test. For tokei it's probably due to codegen from generating |
@Aaronepower @the-kenny's issue appears to be unrelated. |
@the-kenny since the original issue appears to have been solved, I'm going to close this ticket. Can you open a new one with a bit more information to help us reproduce the problem? |
Niko Matsakis <notifications@github.com> writes:
@the-kenny since the original issue appears to have been solved, I'm going to close this ticket. Can you open a new one with a bit more information to help us reproduce the problem?
Yup, no problem! I hope I'll be able to allocate some time for research
into this issue today.
|
Rust will essentially hang until the system kills it. Easiest way to reproduce is to build tokei with
--features all
. I'm on macOS, but according to both travis and appveyor it fails on Linux, and Windows.Travis log
The text was updated successfully, but these errors were encountered: