The dev's logs don't say anything about it. Here's the contents of rt/tst-timer4.out, maybe someone can help me make sense out of this.
Code:
clock_gettime returned timespec = { 1249404867, 504447523 }
clock_getres returned timespec = { 0, 1 }
*** timer sig2 invoked too soon: 1249404868.009876510 instead of expected 1249404868.009998979
The only thing I can understand is that some time-related function returned a couple of 1/10000s of a second less than expected. Or so it seems.