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

Cargo test fail to run in nightly 1.27.0-nightly (7360d6dd6 2018-04-15) #206

Closed
edwin0cheng opened this issue Apr 19, 2018 · 1 comment
Closed

Comments

@edwin0cheng
Copy link
Contributor

I try to run cargo test in master with nightly, it failed to run with SIGSEGV:

running 1 test
test appkit::test::test_nsapp ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running target/debug/deps/foundation-6ee5b1d765ac12f6

running 8 tests
test foundation::nsdictionary::test_get ... ok
error: process didn't exit successfully: `/Users/user/Sandbox/rust-root/core-foundation-rs/target/debug/deps/foundation-6ee5b1d765ac12f6` (signal: 11, SIGSEGV: invalid memory reference)

Maybe related to rust-windowing/winit#428 ?

@edwin0cheng
Copy link
Contributor Author

It should be fixed by rust-lang/rust#50121, so i will close it now :)

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

1 participant