On #575 I just observed a new error on MSVC `5.5.0+trunk` which I haven't seen before: https://github.com/ocaml-multicore/multicoretests/actions/runs/20234491076/job/58085432534?pr=575#step:16:1325 ``` File "src/dynlink/dune", line 14, characters 7-16: 14 | (name lin_tests) ^^^^^^^^^ (cd _build/default/src/dynlink && .\lin_tests.exe --verbose) Command exited with code 0xc0000374. [ ] 0 0 0 0 / 1000 0.0s Lin Dynlink stress test with Domain ``` Since this is the first occurrence - and only so far on MSVC and `trunk` I suspect it is caused by a recently merged PR... 🤔