Jan Midtgaard

Results 395 comments of Jan Midtgaard

Since the two musl workflows are working as expected, I've squashed and rebased, so this should be ready to merge.

Dang, I forgot about the badges: added in c0e556e.

CI summary: - MSVC bytecode trunk timed out after 180min #495 Out of 33 workflows, 32 passed and one raised a false alarm (a timeout)

CI summary for merge to `main`: all 34 workflows passed

The latest CI run also triggered a `Gc` test crash on 5.2.0 under macOS with an Intel/amd64 CPU: https://github.com/ocaml-multicore/multicoretests/actions/runs/11479668195/job/31946444432 ``` random seed: 302956495 generated error fail pass / total time...

Realized that this issue may also cause hangs / infinite loops. Here's a fresh case on macOS-ARM64 testing `trunk` where the 18th repetition has taken ~1 hour to complete, whereas...

This has now been reported upstream: https://github.com/ocaml/ocaml/issues/13739

I kicked off a focused CI run today to see whether this is still a problem on trunk. It is. This workflow completed 8 runs of `STM Gc stress test...

Fixed upstream in https://github.com/ocaml/ocaml/pull/14025 and cherry-picked to 5.4.

Oh? 😮 I initially thought that this was a case of https://github.com/ocaml/ocaml/issues/13512 but after checking, the fix PR for that https://github.com/ocaml/ocaml/pull/13553 has been included in both 5.3 and the 5.2.1...