Skip to content

Commit 560d614

Browse files
committed
add bytecode Effect issue
1 parent 674e5fa commit 560d614

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

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+
324330
`Ephemeron` can fail assert and abort (new, open)
325331
-------------------------------------------------
326332

0 commit comments

Comments
 (0)