From a05adf9f7dd8a54a84518991797898b683711961 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Wed, 15 Nov 2023 10:47:03 +0100 Subject: [PATCH] Add caml_reset_young_limit boundary case assertion issue --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6a04cf45..b75acac7 100644 --- a/README.md +++ b/README.md @@ -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) -------------------------------------------------------------------------