-
Notifications
You must be signed in to change notification settings - Fork 96
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
Double panic when trying to run cargo test
on Win10
#249
Comments
|
Yes. Unfortunately we haven't been testing on Windows at all. You shouldn't have any problems on MinGW (though no promises). Linux is our only first-class platform for the moment. This is something that badly needs to be addressed. |
@c0gent: In my report above I've noted that the target triple is |
My mistake, I was on my phone and I missed that. |
@ErichDonGubler, please retry with
as described in the README. Let know how it went. |
@vkomenda: |
Does it work with Maybe we should consider making |
@afck: This is the error output I'm getting trying to use
|
All mlock/munlock code has been removed from threshold_crypto for now. We have poanetwork/threshold_crypto#24 and related issues to add it back in in the future, but this time with a dedicated allocator to avoid these kinds of problems. (Please reopen if you can still reproduce the panic with current master.) |
For some reason tests inside of
src/dynamic_honey_badger/votes.rs
are throwing panics inside of panics. This causes an immediate abort, and blocks tests from running. This seems specific to my Windows 10 machine, sincemaster
seems to pass just fine in Travis (a *nix environment).Output of
cargo test
:Output of
rustup show
:Output of
RUST_BACKTRACE=1 cargo test
in MSYS2 environmentIf there's any other information I can provide to you, please let me know!
The text was updated successfully, but these errors were encountered: