Skip to content

Commit a35e6bb

Browse files
committed
Add latest {,non-}blocking issue
1 parent c9fc4da commit a35e6bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,13 @@ property can be done in two different ways:
412412
Issues
413413
======
414414

415+
Replacing blocking functions by non-blocking ones caused deadlocks (new, fixed, runtime)
416+
----------------------------------------------------------------------------------------
417+
418+
[A recently merged PR](https://github.com/ocaml/ocaml/pull/13227) replacing blocking functions
419+
by unblocking ones caused [a regression in the form of deadlocks in the parallel `Sys` STM test](https://github.com/ocaml/ocaml/issuess/13713).
420+
421+
415422
Unboxed `Dynarray` STM tests segfaults (new, fixed, runtime)
416423
------------------------------------------------------------
417424

0 commit comments

Comments
 (0)