-
Notifications
You must be signed in to change notification settings - Fork 16
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
[ocaml5-issue] Segfault in Dynlink on Windows #290
Comments
First off: Wow, nice catch! 🎉 😃 |
Sorry, I don't know the context for this, but the combination of "Dynlink" and "Windows" suggests that this might be related to the "shadow store reservation" bug in OCaml 5 on Windows. Mentioning this just in case this might be related. |
Good point - we should definitely try running the |
Indeed, our other Windows CI runs (tagged 5.0.0 but that might be misleading at the moment 😄) do use @dra27’s branch, thanks to the trick in his opam repository. |
And it does segfault locally on that PR... |
I get the following backtrace for the thread apparently triggering the segfault:
The argument to |
That's strange indeed!
From the |
For the record, I also got a deadlock (Windows trunk):
|
Seen in that run: https://github.com/shym/multicoretests/actions/runs/4005594444/jobs/6876136859#step:12:1228
in the code proposed by #289.
The text was updated successfully, but these errors were encountered: