doc: add known issue in armv7 (#4541)

Refs: https://github.com/libuv/libuv/issues/4532
This commit is contained in:
Santiago Gimeno 2024-09-24 21:31:51 +02:00 committed by GitHub
parent e1a5465255
commit cc2e0aa3cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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][].