Skip to content

Instantly share code, notes, and snippets.

Created December 20, 2011 08:32
Show Gist options
  • Save anonymous/1500793 to your computer and use it in GitHub Desktop.
Save anonymous/1500793 to your computer and use it in GitHub Desktop.
make check-fast CFG_DISABLE_VALGRIND=1
run-pass [stage2]: test/run-pass/invoke-external-native.rs
rust: fatal, 'false' failed, ../src/rt/rust_upcall.cpp:63 Native code threw an exception
make: *** [x86_64-apple-darwin/test/run_pass_stage2_driver-x86_64-apple-darwin.out] Abort trap: 6
make check-fast CFG_DISABLE_VALGRIND=1 DEBUG=1 # seems to trigger different bug
/opt/rust/src/rust/src/test/run-pass/while-with-break.rs:12 [1, 2, 3, 4, 5]; // we check that it is freed by break
rust: "smallintmap::get(): key not present"
rust: upcall fail 'explicit failure', ../src/libstd/smallintmap.rs:59
rust: domain main @0x7fa7ea01d600 root task failed
make: *** [x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib/librun_pass_stage2.dylib] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment