Skip to content

Commit

Permalink
Add the bytecode crash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Oct 23, 2024
1 parent 1603949 commit 9052c2b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,14 @@ property can be done in two different ways:
Issues
======

Registered bytecode fragments leading to bytecode crashes (new, fixed, runtime)
-------------------------------------------------------------------------------

Both the `Gc` and `Domain.DLS` tests triggered crashes due to bytecode fragments in
callbacks [not being properly unregistered](https://github.com/ocaml/ocaml/pull/13549),
[fixed in a separate PR](https://github.com/ocaml/ocaml/pull/13553).


Out of date `Gc.control` documentation (new, fixed, stdlib)
-----------------------------------------------------------

Expand Down

0 comments on commit 9052c2b

Please sign in to comment.