Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created April 4, 2012 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bstrie/2305469 to your computer and use it in GitHub Desktop.
Save bstrie/2305469 to your computer and use it in GitHub Desktop.
Rust ICE
$ RUST_LOG=rustc=0,::rt::backtrace make check
cfg: shell host triple i686-unknown-linux-gnu
cfg: host for i686-unknown-linux-gnu is i386
cfg: unix-y environment
cfg: using gcc
cfg: no pandoc found, omitting doc/rust.pdf
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
cfg: including dist rules
cfg: including test rules
check: formatting
compile_and_link: i686-unknown-linux-gnu/test/rustctest.stage2-i686-unknown-linux-gnu
rust: upcall fail 'explicit failure', src/libcore/run.rs:197
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_ZN9rust_task4failEv+0x39)[0x40f4bd99]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(upcall_s_fail+0x8d)[0x40f4e52d]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(+0x2a913)[0x40f5f913]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(upcall_fail+0x17d)[0x40f4f04d]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x3e093)[0x4005f093]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(_ZN3run14program_output17_ccbd99aa2cad80d2E+0x49)[0x4005f799]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustc-6d90c71c9d9e629d-0.2.so(_ZN4back4link11link_binary17_70b6cdcf7d33836eE+0x30a6)[0x40c63646]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustc-6d90c71c9d9e629d-0.2.so(+0x350f21)[0x40d2ff21]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustc-6d90c71c9d9e629d-0.2.so(+0x368c78)[0x40d47c78]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustc-6d90c71c9d9e629d-0.2.so(+0x34ea17)[0x40d2da17]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustc-6d90c71c9d9e629d-0.2.so(_ZN6driver6driver12compile_upto17_ed2d1aab389d1d32E+0x4076)[0x40d2c806]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustc-6d90c71c9d9e629d-0.2.so(_ZN6driver6driver13compile_input17_557393bb1c2079b1E+0xbe)[0x40d2ffee]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustc-6d90c71c9d9e629d-0.2.so(+0x368c78)[0x40d47c78]
i686-unknown-linux-gnu/stage2/bin/rustc[0x804bc62]
i686-unknown-linux-gnu/stage2/bin/rustc[0x804f462]
i686-unknown-linux-gnu/stage2/bin/rustc[0x804ec82]
i686-unknown-linux-gnu/stage2/bin/rustc[0x804e83d]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x48ab3)[0x40069ab3]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x3c)[0x40f4c79c]
error: internal compiler error unexpected failure
note: The compiler hit an unexpected failure path. This is a bug. Try running with RUST_LOG=rustc=0,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: upcall fail 'explicit failure', src/rustc/driver/rustc.rs:182
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_ZN9rust_task4failEv+0x39)[0x40f4bd99]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(upcall_s_fail+0x8d)[0x40f4e52d]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(+0x2a913)[0x40f5f913]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(upcall_fail+0x17d)[0x40f4f04d]
i686-unknown-linux-gnu/stage2/bin/rustc[0x804e2dd]
i686-unknown-linux-gnu/stage2/bin/rustc[0x804f924]
i686-unknown-linux-gnu/stage2/bin/rustc[0x804f34d]
i686-unknown-linux-gnu/stage2/bin/rustc(_rust_main+0x38)[0x804f3b8]
/home/ben/rust/i686-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x3c)[0x40f4c79c]
rust: domain main @0x8b3b050 root task failed
make: *** [i686-unknown-linux-gnu/test/rustctest.stage2-i686-unknown-linux-gnu] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment