-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: