-
Notifications
You must be signed in to change notification settings - Fork 13k
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: "No triple in crate" when building js.rs #14965
Comments
(updated title to be more descriptive) |
I'm a little baffled why this is still coming up. Unless you're using libraries that were built more than a month ago at this point, this error should be impossible to reach. Do you have stale libraries lying around that have been there for upwards of a month causing this problem? |
@alexcrichton I had an old version of Rust which I had built from source and installed using |
That could indeed! The old version of Rust would have to be quite old at this point to generate this error as well. |
How can I get rid of the old files, without changing the current installation? |
I would recommend cleaning out all built libraries and being sure to use the right installation to compile everything from scratch. Updating to the latest nightly should also be quite easy. |
Is this issue still relevant? |
@steveklabnik probably time to close as stale |
Add mandatory panic contexts to all threadpool tasks the diagnostics task is panicking I think, but without this you can't really tell because the stack trace ends in a generic iterator fold call instead of something specific.
I was trying to build the js.rs project with rustc 0.11.0-pre-nightly (7ec7805 2014-06-16 08:16:49 +0000) on Ubuntu 12.04 64 bit.
I ran into an error and then ran it again with
RUST_BACKTRACE=1
and here is the output I got:The text was updated successfully, but these errors were encountered: