Skip to content

Commit

Permalink
Merge pull request #484 from ocaml-multicore/add-flush-syserror
Browse files Browse the repository at this point in the history
Add flush Sys_error exception issue
  • Loading branch information
jmid authored Nov 11, 2024
2 parents 595915e + 6bdf145 commit 6f00a59
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 @@ -407,6 +407,13 @@ property can be done in two different ways:
Issues
======

Parallel usage of `flush` may trigger `Sys_error` exception (new, runtime)
--------------------------------------------------------------------------

The `Out_channel` tests found that [`flush` may raise a `Sys_error`
exception when used in parallel with a `close`](https://github.com/ocaml/ocaml/issues/13586).


Registered bytecode fragments leading to bytecode crashes (new, fixed, runtime)
-------------------------------------------------------------------------------

Expand Down

0 comments on commit 6f00a59

Please sign in to comment.