-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
hashbrown tests crash on wine #101474
Comments
I couldn't get a proper backtrace due to a different bug (in wine, not in rust) where winedbg fails to parse our debuginfo and crashes. |
Ah, I think this is to do with the use of a pseduo-handle instead of a real handle (which is unsupported in WINE). I'll patch asap. |
I'm observing similar crashes on whatever version of Windows Server is used on Firefox CI. |
A fix has been posted. Just pending approval. |
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this issue
Sep 7, 2022
…omcc Open a BCrypt algorithm handle Fixes rust-lang#101474, supplants rust-lang#101456. Replaces use of a pseduo handle with manually opening a algorithm handle. Most interesting thing here is the atomics. r? `@thomcc`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
cargo test --target x86_64-pc-windows-gnu
on a Linux system with Wine installed, the tests crash with:Bisecting points to 9208625, I suspect the root cause might be #101325.
cc @ChrisDenton
The text was updated successfully, but these errors were encountered: