-
-
Notifications
You must be signed in to change notification settings - Fork 773
cargo test --package openssl test_ec_key_accessor
crashes with 0xc0000005 on arm64 Windows
#2406
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
Comments
I wonder if we can reproduce this in CI: https://github.com/sfackler/rust-openssl/blob/master/.github/workflows/ci.yml#L88-L116 |
Good idea, there you go: https://github.com/sfackler/rust-openssl/actions/runs/14978816082/job/42077772096?pr=2407
|
Oh wait, I found this in the upstream openssl: openssl/openssl#27030 |
Is this something controllable from rust build? |
Okay, I pointed |
Previous discussion: pyca/cryptography#12867
When I run the test command:
Attaching windbg, it shows a recursive loop on
evp_pkey_get_legacy
:Not very clear where this is even called though. Any help on investigation would be greatly helpful.
The text was updated successfully, but these errors were encountered: