Skip to content

Commit

Permalink
Add latest {,non-}blocking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jan 7, 2025
1 parent c9fc4da commit a35e6bb
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 @@ -412,6 +412,13 @@ property can be done in two different ways:
Issues
======

Replacing blocking functions by non-blocking ones caused deadlocks (new, fixed, runtime)
----------------------------------------------------------------------------------------

[A recently merged PR](https://github.com/ocaml/ocaml/pull/13227) replacing blocking functions
by unblocking ones caused [a regression in the form of deadlocks in the parallel `Sys` STM test](https://github.com/ocaml/ocaml/issuess/13713).


Unboxed `Dynarray` STM tests segfaults (new, fixed, runtime)
------------------------------------------------------------

Expand Down

0 comments on commit a35e6bb

Please sign in to comment.