https://bugs.kde.org/show_bug.cgi?id=449838
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #7 from Mark Wielaard <m...@klomp.org> --- Thanks for the feedback. This should be fixed now by the following commit: commit c90561e20f7df2e9c5ae30f1cdafd330b0172345 (HEAD -> master) Author: Mark Wielaard <m...@klomp.org> Date: Wed Feb 9 23:37:53 2022 +0100 Do not try to record fd name for io_uring_setup In POST(sys_io_uring_setup) we tried to use record_fd_open_with_given_name with ARG1 as name. But ARG1 isn't a char pointer. So this might crash with --track-fds=yes. Since no (file) name is associated with the fd returned by io_uring_setup use record_fd_open_nameless instead. https://bugs.kde.org/show_bug.cgi?id=449838 -- You are receiving this mail because: You are watching all bug changes.