Skip to content
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

Compiler panics on armv7 #38383

Closed
hessammehr opened this issue Dec 15, 2016 · 1 comment
Closed

Compiler panics on armv7 #38383

hessammehr opened this issue Dec 15, 2016 · 1 comment

Comments

@hessammehr
Copy link

On my ARM Samsung Chromebook 2 (crouton Ubuntu Xenial chroot):

cargo new --bin blank
cd blank
cargo run
   Compiling blank v0.1.0 (file:///home/hessammehr/Code/Rust/blank)
error: internal compiler error: unexpected panic

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports

thread 'rustc' panicked at 'assertion failed: eps.windows(2).all(|w| w[0].cmp(self, &w[1]) != Ordering::Greater)', /buildslave/rust-buildbot/slave/nightly-dist-rustc-cross-host-linux/build/src/librustc/ty/context.rs:1525

(same thing happens if rustc is invoked directly, i.e. rustc src/main.rs.)

This is on a fresh nightly install with rustup:

rustc --version --verbose
rustc 1.15.0-nightly (daf8c1dfc 2016-12-05)
binary: rustc
commit-hash: daf8c1dfce3b448fc581cc319f64632ec22bd0e1
commit-date: 2016-12-05
host: armv7-unknown-linux-gnueabihf
release: 1.15.0-nightly
LLVM version: 3.9
Linux localhost 3.8.11 #1 SMP Tue Nov 15 18:18:37 PST 2016 armv7l armv7l armv7l GNU/Linux
@sanxiyn
Copy link
Member

sanxiyn commented Dec 15, 2016

Thanks for the report! We are working on the fix, and you can track progress at #38177. Closing this as a duplicate.

@sanxiyn sanxiyn closed this as completed Dec 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants