libfringe icon indicating copy to clipboard operation
libfringe copied to clipboard

Crash when run test on linux

Open Xudong-Huang opened this issue 7 years ago • 3 comments

Below is the output

$ cargo test --release
   Compiling fringe v1.2.1 (file:///home/ubuntu/Project/rust/libfringe)
    Finished release [optimized] target(s) in 5.91 secs
     Running target/release/deps/fringe-cfa403e779d7269b

running 5 tests
test arch::tests::context ... ok
test arch::tests::context_simd ... ok
test arch::tests::swap ... ok
error: process didn't exit successfully: `/home/ubuntu/Project/rust/libfringe/target/release/deps/fringe-cfa403e779d7269b` (signal: 4, SIGILL: illegal instruction)
cargo test --release  7.44s user 3.98s system 179% cpu 6.352 total

$ rustc --version
rustc 1.25.0-nightly (a0dcecff9 2018-01-24)

seems that could not hanle panic properly.

Xudong-Huang avatar Jan 31 '18 14:01 Xudong-Huang

Can you try the branch in #70 to see if this fixes your issue?

Amanieu avatar Jan 31 '18 14:01 Amanieu

Thanks! the branch works!

Xudong-Huang avatar Feb 01 '18 01:02 Xudong-Huang

We should probably keep this issue open until this is fixed in master.

Amanieu avatar Feb 01 '18 13:02 Amanieu