-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ICE 'Box<Any>', /Users/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-mac/build/src/librustc_trans/back/write.rs:56' if incremental build is enabled on macOS Sierra. #39568
Labels
A-incr-comp
Area: Incremental compilation
Comments
This is likely related to too many LLVM threads being open and trying to write out object files at the same time: #39280 A quick fix would be to just limit the number of LLVM threads. I'll look into that. |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 7, 2017
…, r=nikomatsakis back: Limit the number of LLVM worker threads. This should fix issue rust-lang#39568. Also see rust-lang#39280. r? @nikomatsakis
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 7, 2017
…, r=nikomatsakis back: Limit the number of LLVM worker threads. This should fix issue rust-lang#39568. Also see rust-lang#39280. r? @nikomatsakis
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 8, 2017
…, r=nikomatsakis back: Limit the number of LLVM worker threads. This should fix issue rust-lang#39568. Also see rust-lang#39280. r? @nikomatsakis
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 8, 2017
…, r=nikomatsakis back: Limit the number of LLVM worker threads. This should fix issue rust-lang#39568. Also see rust-lang#39280. r? @nikomatsakis
Possibly fixed by #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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
rustc 1.17.0-nightly (ea7a6486a 2017-02-04)
cargo 0.17.0-nightly (385e243 2017-01-27)
Tracking issue on Servo side.
style
crate if incremental builds is enabled on macOS Sierra servo/servo#15391Step to Reproduce
./mach build --dev --verbose
)/component/style/
.Actual Result
The following error is caused:
The text was updated successfully, but these errors were encountered: