From 6bdf145a5a3498bcbc01147dbdb68a427f9977f9 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Mon, 11 Nov 2024 13:24:51 +0100 Subject: [PATCH] Add flush exception issue --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 55c4b58b..6417517b 100644 --- a/README.md +++ b/README.md @@ -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) -------------------------------------------------------------------------------