Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created March 16, 2012 13:36
Show Gist options
  • Select an option

  • Save bstrie/2050083 to your computer and use it in GitHub Desktop.

Select an option

Save bstrie/2050083 to your computer and use it in GitHub Desktop.
Rust ICE
rust: upcall fail 'explicit failure', /home/rustbuild/src/rustbot/workspace-snap-stage3-x86_64-unknown-linux-gnu/src/src/libcore/run.rs:193
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEv+0x39)[0x410ce099]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x7f)[0x410d0b3f]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x277ef)[0x410e27ef]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x11c)[0x410d2cec]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-14bd852465126fe7-0.1.so(_ZN3run13start_program17_271a60acf7ca259dE+0x27a)[0x4006b1ca]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-14bd852465126fe7-0.1.so(_ZN3run14program_output17_ccbd99aa2cad80d2E+0x49)[0x4006bc79]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-2384c9e5928f8c53-0.1.so(_ZN4back4link11link_binary17_f5fad0d7cfef21f2E+0x46bc)[0x40798a1c]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-2384c9e5928f8c53-0.1.so(+0x5a2a50)[0x408d5a50]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-2384c9e5928f8c53-0.1.so(+0x5827f1)[0x408b57f1]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-2384c9e5928f8c53-0.1.so(_ZN6driver6driver9time2334017_4b4abdc11e54764dE+0x47)[0x408b1077]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-2384c9e5928f8c53-0.1.so(_ZN6driver6driver12compile_upto17_b3e06c1a3cc67c6aE+0x2119)[0x408afd19]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-2384c9e5928f8c53-0.1.so(_ZN6driver6driver13compile_input17_e4d78c632e5d4a34E+0xc3)[0x408b58c3]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-2384c9e5928f8c53-0.1.so(+0x5a2a50)[0x408d5a50]
i686-unknown-linux-gnu/stage0/bin/rustc[0x804c43d]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8050f86]
i686-unknown-linux-gnu/stage0/bin/rustc[0x80505d2]
i686-unknown-linux-gnu/stage0/bin/rustc[0x804fe1f]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-14bd852465126fe7-0.1.so(+0x56996)[0x40077996]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x410cf101]
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', /home/rustbuild/src/rustbot/workspace-snap-stage3-x86_64-unknown-linux-gnu/src/src/rustc/driver/rustc.rs:180
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEv+0x39)[0x410ce099]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x7f)[0x410d0b3f]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x277ef)[0x410e27ef]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x11c)[0x410d2cec]
i686-unknown-linux-gnu/stage0/bin/rustc[0x804eb89]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8050e6d]
i686-unknown-linux-gnu/stage0/bin/rustc(_rust_main+0x38)[0x8050ed8]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x410cf101]
rust: domain main @0x8cb7e00 root task failed
make: *** [i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc.so] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment