Closed tetsuharuohzeki closed 7 years ago
This is likely related to too many LLVM threads being open and trying to write out object files at the same time: https://github.com/rust-lang/rust/issues/39280
A quick fix would be to just limit the number of LLVM threads. I'll look into that.
Possibly fixed by https://github.com/rust-lang/rust/pull/39583 having landed. Can you retest?
Since we have not had any similar reports in a while, I'm considering this fixed. Please re-open if that's not true.
Environment
rustc 1.17.0-nightly (ea7a6486a 2017-02-04)
cargo 0.17.0-nightly (385e243 2017-01-27)
Tracking issue on Servo side.
Step to Reproduce
./mach build --dev --verbose
)/component/style/
.Actual Result
The following error is caused: