Skip to content

Commit

Permalink
Add caml_reset_young_limit boundary case assertion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Nov 15, 2023
1 parent fdb7132 commit a05adf9
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 a05adf9

Please sign in to comment.