-
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] Abort / crash on thread_joingraph and thread_createtree under debug runtime #353
Comments
Spotted this again on Linux debug runtime trunk 5.2
|
On the branch https://github.com/ocaml-multicore/multicoretests/tree/unify-thread-domain where I'm playing with a reusable
gdb reports the following backtrace:
|
On a Linux 5.2/trunk debug run of #409 we triggered a related error - but this time in
|
This is fixed in ocaml/ocaml/pull/12742 for |
Yesterday, I saw an abort on
src/thread/thread_joingraph
using the debug runtime build ontrunk
:https://github.com/ocaml-multicore/multicoretests/actions/runs/5135424605/jobs/9240823033
After having built a fresh local trunk switch, I was just able to recreate locally in a loop:
The text was updated successfully, but these errors were encountered: