Skip to content

Commit 6f00a59

Browse files
authored
Merge pull request #484 from ocaml-multicore/add-flush-syserror
Add flush Sys_error exception issue
2 parents 595915e + 6bdf145 commit 6f00a59

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
@@ -407,6 +407,13 @@ property can be done in two different ways:
407407
Issues
408408
======
409409

410+
Parallel usage of `flush` may trigger `Sys_error` exception (new, runtime)
411+
--------------------------------------------------------------------------
412+
413+
The `Out_channel` tests found that [`flush` may raise a `Sys_error`
414+
exception when used in parallel with a `close`](https://github.com/ocaml/ocaml/issues/13586).
415+
416+
410417
Registered bytecode fragments leading to bytecode crashes (new, fixed, runtime)
411418
-------------------------------------------------------------------------------
412419

0 commit comments

Comments
 (0)