[valgrind] [Bug 485924] No support for pidfd_send_signal system call

2024-04-23 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=485924 --- Comment #3 from Mark Wielaard --- So the only tricky part is that we want to mimic this part of the (generic) PRE(sys_kill): /* If we're sending SIGKILL, check to see if the target is one of our threads and handle it

[valgrind] [Bug 485924] No support for pidfd_send_signal system call

2024-04-23 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=485924 Mark Wielaard changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[valgrind] [Bug 485924] No support for pidfd_send_signal system call

2024-04-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485924 --- Comment #1 from k04j...@gmail.com --- Note that my libc was not new enough to have a wrapper for this syscall, if yours isn't as well you will want this to reproduce: ``` #include #ifndef SYS_pidfd_send_signal #define SYS_pidfd_send_signal 424