Skip to content

task 'rustc' panicked at 'assertion failed: end <= self.len()' #19798

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

Closed
googya opened this issue Dec 13, 2014 · 2 comments
Closed

task 'rustc' panicked at 'assertion failed: end <= self.len()' #19798

googya opened this issue Dec 13, 2014 · 2 comments

Comments

@googya
Copy link

googya commented Dec 13, 2014

error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with RUST_BACKTRACE=1 for a backtrace
task 'rustc' panicked at 'assertion failed: end <= self.len()', /Users/leslie/github/Rust/rust/src/libcore/slice.rs:432

make: *** [x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/stamp.log] Error 101

  • pull the latest source code
  • ./configure
  • sudo make ==> panic

env:

Darwin localhost 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64

make: *** [x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/stamp.log] Error 101

@alexcrichton
Copy link
Member

If you run make clean it should take care of it (see #19772, #19757, #19744, #19718, #19691)

alexcrichton added a commit to alexcrichton/rust that referenced this issue Dec 13, 2014
@googya
Copy link
Author

googya commented Dec 13, 2014

yeah, I should check it! sorry about that!

brson added a commit to brson/rust that referenced this issue Dec 16, 2014
bors added a commit that referenced this issue Dec 17, 2014
Fix a panic where the compiler was looking at stale or old metadata.

See #19798, #19772, #19757, #19744, #19718, #19691.
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