Skip to content

Commit 07fa898

Browse files
authored
Merge pull request #413 from ocaml-multicore/add-assertion-issue
Add caml_reset_young_limit boundary case assertion issue
2 parents fdb7132 + a05adf9 commit 07fa898

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,13 @@ property can be done in two different ways:
380380
Issues
381381
======
382382

383+
Assertion boundary case in `caml_reset_young_limit` (new, fixed, runtime)
384+
-------------------------------------------------------------------------
385+
386+
The `thread_joingraph` test triggered [an assertion boundary case in
387+
`caml_reset_young_limit` which was too strict](https://github.com/ocaml/ocaml/pull/12742)
388+
389+
383390
Assertion race condition in `install_backup_thread` (new, fixed, runtime)
384391
-------------------------------------------------------------------------
385392

0 commit comments

Comments
 (0)