You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gc test in #469 triggered an issue with Gc.counters, which has recently been fixed on trunk: ocaml/ocaml#13370.
As a memory unsafety issue, this may result in segfaults, BUS error, or abort with Fatal error: allocation failure during minor GC on 5.2.0 or earlier versions.
The Gc test in #469 triggered an issue with
Gc.counters
, which has recently been fixed on trunk: ocaml/ocaml#13370.As a memory unsafety issue, this may result in segfaults, BUS error, or abort with
Fatal error: allocation failure during minor GC
on 5.2.0 or earlier versions.For example, this 5.2 bytecode workflow yielded
https://github.com/ocaml-multicore/multicoretests/actions/runs/10612162062/job/29413248806
The text was updated successfully, but these errors were encountered: