https://bugs.kde.org/show_bug.cgi?id=372504
--- Comment #22 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- (In reply to Tom Hughes from comment #21) > Presumably valgrind should be excluding the signals that it reserves for > internal use when it does the mapping from the user requested mask to the > mask that we pass on to the kernel... > > To be honest I thought that was all virtualised through m_signal and the > system call wrappers all called into that and let it work out how to > synchronise that to the kernel? Yes, I think that is the idea. But I suspect a bug in this area as we see a call to VG_(get_thread_out_of_syscall) and the thread stays in wait syscall state. So, I am wondering if we do not one way or another end up with this signal masked -- You are receiving this mail because: You are watching all bug changes.