Skip to content

Commit fa3f668

Browse files
authored
Merge pull request #481 from ocaml-multicore/add-bytecode-crash-issue
Add the bytecode crash issue
2 parents 1603949 + 9052c2b commit fa3f668

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,14 @@ property can be done in two different ways:
407407
Issues
408408
======
409409

410+
Registered bytecode fragments leading to bytecode crashes (new, fixed, runtime)
411+
-------------------------------------------------------------------------------
412+
413+
Both the `Gc` and `Domain.DLS` tests triggered crashes due to bytecode fragments in
414+
callbacks [not being properly unregistered](https://github.com/ocaml/ocaml/pull/13549),
415+
[fixed in a separate PR](https://github.com/ocaml/ocaml/pull/13553).
416+
417+
410418
Out of date `Gc.control` documentation (new, fixed, stdlib)
411419
-----------------------------------------------------------
412420

0 commit comments

Comments
 (0)