Skip to content

Commit

Permalink
Merge pull request #413 from ocaml-multicore/add-assertion-issue
Browse files Browse the repository at this point in the history
Add caml_reset_young_limit boundary case assertion issue
  • Loading branch information
jmid authored Nov 16, 2023
2 parents fdb7132 + a05adf9 commit 07fa898
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,13 @@ property can be done in two different ways:
Issues
======

Assertion boundary case in `caml_reset_young_limit` (new, fixed, runtime)
-------------------------------------------------------------------------

The `thread_joingraph` test triggered [an assertion boundary case in
`caml_reset_young_limit` which was too strict](https://github.com/ocaml/ocaml/pull/12742)


Assertion race condition in `install_backup_thread` (new, fixed, runtime)
-------------------------------------------------------------------------

Expand Down

0 comments on commit 07fa898

Please sign in to comment.