Skip to content

ICE: failed to find block with tag 27 #12653

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
veddan opened this issue Mar 2, 2014 · 1 comment
Closed

ICE: failed to find block with tag 27 #12653

veddan opened this issue Mar 2, 2014 · 1 comment

Comments

@veddan
Copy link
Contributor

veddan commented Mar 2, 2014

Trying to compile the following file

extern crate collections;

leads to an ICE:

failed to find block with tag 27
error: internal compiler error: unexpected failure
This message reflects a bug in the Rust compiler. 
We would appreciate a bug report: http://static.rust-lang.org/doc/master/complement-bugreport.html
note: the compiler hit an unexpected failure path. this is a bug
Ok(task 'rustc' failed at 'explicit failure', /home/viktor/rust/rust/src/libserialize/ebml.rs:209
)

The number is always 27, regardless of any additional content in the file.
rustc -v gives

rustc 0.10-pre (999d55d 2014-03-01 11:41:30 -0800)
host: x86_64-unknown-linux-gnu
@alexcrichton
Copy link
Member

Closing, this is just indicative of an out-of-date library, and the error message was fixed in 997ff7a.

Thanks for the report though!

flip1995 pushed a commit to flip1995/rust that referenced this issue Dec 26, 2024
…ray (rust-lang#13826)

fix rust-lang#12653

changelog: [`filter_map_identity`]: don't lint for creating an iterator
from an empty array
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