On Wed, 29 Mar 2017 09:14:32 -0400 Rik van Riel wrote: > > I failed to reproduce with your config. I'm still getting 99% > > userspace > > cputime. So I'm wondering if the hogging style plays a role. > > > > I run pure user loops: > > > >     int main(int argc, char **argv) > >     { > >         for (;;); > >         return 0 > >     } > > > > Does your user program perform syscalls or IOs of some sort? > > Luiz's program makes a syscall every millisecond, > if started with the arguments he gave as his > reproducer. There are various reproducers actually. I started off with the simple loop above, then wrote the attach program and then wrote the one you're mentioning: http://people.redhat.com/~lcapitul/real-time/acct-bug.c All of them reproduce the issue 100% of the time for me.