https://bugs.kde.org/show_bug.cgi?id=476887
Paul Floyd <pjfl...@wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #9 from Paul Floyd <pjfl...@wanadoo.fr> --- commit a15b387e630226b13944126fd3d75e79e551fcb2 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfl...@wanadoo.fr> Date: Thu Nov 16 21:33:33 2023 +0100 Bug 476887 - WARNING: unhandled amd64-freebsd syscall: 578 Adds syscall wrappers for aio_readv and aio_writev Also rewrote the wrappers for aio_read, aio_write and aio_return as they weren't correctly checking the async memory. The code is similar th that of Darwin with one exception. Darwin uses a global variable to communicate between the pre- and post- aio_return wrappers. I don't think that is safe when there are multiple aio reads in flight. Instead I put everything in the pre- aio_return wrapper. -- You are receiving this mail because: You are watching all bug changes.