Closed
Description
On nightly channel, having RUST_BACKTRACE=1
or RUST_BACKTRACE=full
when running cargo test throws this error on any panic:
error: process didn't exit successfully: `/.../target/debug/deps/test_a-...`
(signal: 10, SIGBUS: access to undefined memory)
Repro
#[test]
fn test_1() {
assert!(false);
}
Setup
- Rust version: rustc 1.23.0-nightly (2be4cc0 2017-11-01)
- OS and version: Darwin Marv.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64