From cc2e0aa3cf5c181fab1c0f1b678a0e85b5841a94 Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Tue, 24 Sep 2024 21:31:51 +0200 Subject: [PATCH] doc: add known issue in armv7 (#4541) Refs: https://github.com/libuv/libuv/issues/4532 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12c3061a..8afda75c 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,10 @@ after the process terminates unless the event loop is closed. Use the `ipcrm` command to manually clear up System V resources. +## Known Issues + +- A possible arm-linux-gnueabihf-gcc bug causing, sometimes, incorrect generated code on `armv7` when calling `preadv()`: https://github.com/libuv/libuv/issues/4532. + ## Patches See the [guidelines for contributing][].