Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when run test on linux #75

Open
Xudong-Huang opened this issue Jan 31, 2018 · 3 comments
Open

Crash when run test on linux #75

Xudong-Huang opened this issue Jan 31, 2018 · 3 comments

Comments

@Xudong-Huang
Copy link

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.

@Amanieu
Copy link
Collaborator

Amanieu commented Jan 31, 2018

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

@Xudong-Huang
Copy link
Author

Thanks! the branch works!

@Amanieu
Copy link
Collaborator

Amanieu commented Feb 1, 2018

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

@Xudong-Huang Xudong-Huang reopened this Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants