-
Notifications
You must be signed in to change notification settings - Fork 14
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
the test example run crash on Windows #9
Comments
I'm facing the same issue, I cannot get the example to run |
I don't have Windows, so unfortunately I can't test it myself, but let's try to work something out: Which of the examples did you try to run exactly? I only see To debug this, can you please try running the same example using cargo miri and send me the output? For example, to run the
|
I had to simplify the example, otherwise cargo miri took forever to run. This is the
|
Mhm. Weird, I see the same error in Linux. But it reliably doesn't crash. Just to be sure, can you please also run:
|
With
|
This was a known bug in the Can you try running it again with the following workaround in your [patch.crates-io]
crossbeam = { git = "https://github.com/crossbeam-rs/crossbeam.git" }
crossbeam-epoch = { git = "https://github.com/crossbeam-rs/crossbeam.git" } |
rust version is nightly-x86_64-pc-windows-msvc unchanged - rustc 1.82.0-nightly
error message is:
error: process didn't exit successfully:
target\debug\examples\testk.exe
(exit code: 0xc0000374, STATUS_HEAP_CORRUPTION)debug and release build are the same.
The text was updated successfully, but these errors were encountered: