You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I try to run cargo test in
master
with nightly, it failed to run with SIGSEGV:Maybe related to rust-windowing/winit#428 ?
The text was updated successfully, but these errors were encountered: