Skip to content

Commit 6cb3fa5

Browse files
authored
Merge pull request #175 from jmid/add-bytecode-effect-issue
Add bytecode effect issue
2 parents 674e5fa + 38b7122 commit 6cb3fa5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,13 @@ In `STM` a functor `STM.AddGC` is also available. It inserts calls to
321321
Issues
322322
======
323323

324-
`Ephemeron` can fail assert and abort (new, open)
324+
Bytecode interpreter can segfault on unhandled `Effect` (new, fixed)
325+
--------------------------------------------------------------------
326+
327+
In seldom cases the tests would [trigger a segfault in the bytecode interpreter when treating an unhandled `Effect`](https://github.com/ocaml/ocaml/issues/11669)
328+
329+
330+
`Ephemeron` can fail assert and abort (new, fixed)
325331
-------------------------------------------------
326332

327333
In some cases (even sequential) [the `Ephemeron` tests can trigger an assertion failure and abort](https://github.com/ocaml/ocaml/issues/11503).

0 commit comments

Comments
 (0)