Skip to content

Commit

Permalink
Merge pull request #442 from ocaml-multicore/add-threadomain-issue
Browse files Browse the repository at this point in the history
Issue list update
  • Loading branch information
jmid authored Mar 12, 2024
2 parents ec0e936 + 62996dc commit 7a22943
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,16 @@ property can be done in two different ways:
Issues
======

Regression on output to closed `Out_channel`s (new, runtime)
------------------------------------------------------------
Crash and hangs on MinGW (new, fixed, runtime)
----------------------------------------------

[We observed crashes and hangs of the `threadomain` test under
MinGW](https://github.com/ocaml/ocaml/issues/12230), which turned out to be due
to unsafe systhread yielding.


Regression on output to closed `Out_channel`s (new, fixed, runtime)
-------------------------------------------------------------------

While revising out `Out_channel` tests we discovered [a regression when
outputting to a closed `Out_channel`](https://github.com/ocaml/ocaml/issues/12898)
Expand Down

0 comments on commit 7a22943

Please sign in to comment.