Skip to content

Commit bcb6517

Browse files
committed
Add Array tearing issue to README
1 parent 61317f1 commit bcb6517

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,14 @@ property can be done in two different ways:
407407
Issues
408408
======
409409

410+
Tearing in `Array.sub` and `Array.copy` (new, fixed, runtime)
411+
-------------------------------------------------------------
412+
413+
A `Lin` `Dynarray` test observed rare unsuspected values (and even rarer crashes)
414+
on the CI's musl build, which turned out to be [due to tearing in the `memcpy`
415+
underlying `Array.sub` and`Array.copy`](https://github.com/ocaml/ocaml/pull/13950).
416+
417+
410418
Replacing blocking functions by non-blocking ones caused deadlocks (new, fixed, runtime)
411419
----------------------------------------------------------------------------------------
412420

0 commit comments

Comments
 (0)