Skip to content

Commit 9a80ce8

Browse files
authored
Merge pull request #506 from ocaml-multicore/add-latest-deadlock-issue
Add latest deadlock issue
2 parents c9fc4da + a35e6bb commit 9a80ce8

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
@@ -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)