We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9fc4da + a35e6bb commit 9a80ce8Copy full SHA for 9a80ce8
README.md
@@ -412,6 +412,13 @@ property can be done in two different ways:
412
Issues
413
======
414
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
422
Unboxed `Dynarray` STM tests segfaults (new, fixed, runtime)
423
------------------------------------------------------------
424
0 commit comments