https://bugs.kde.org/show_bug.cgi?id=492678
--- Comment #6 from Paul Floyd <pjfl...@wanadoo.fr> --- (In reply to Tavian Barnes from comment #3) > I think this should fix it: > > diff --git a/coregrind/m_syswrap/syswrap-linux.c > b/coregrind/m_syswrap/syswrap-linux.c > index e8978b5bc..83af91344 100644 > --- a/coregrind/m_syswrap/syswrap-linux.c > +++ b/coregrind/m_syswrap/syswrap-linux.c > @@ -3244,6 +3244,7 @@ PRE(sys_timer_delete) > { > PRINT("sys_timer_delete( %#" FMT_REGWORD "x )", ARG1); > PRE_REG_READ1(long, "timer_delete", vki_timer_t, timerid); > + *flags |= SfPollAfter; > } > > /* --------------------------------------------------------------------- Hmm. If you run the testcase with strace do you see calls to timer_delete rather than setitimer? -- You are receiving this mail because: You are watching all bug changes.