[PATCH] Fix POSIX timers
Jakub Jelinek
jakub@redhat.com
Sun Apr 18 02:02:00 GMT 2004
On Sat, Apr 17, 2004 at 10:56:49AM +0200, Andreas Jaeger wrote:
>
> tst-timer4.out fails for me now on Linux/x86-64 running a 2.6.4 kernel
> with (using nptl):
>
> clock_gettime returned timespec = { 1082189786, 576892000 }
> clock_getres returned timespec = { 0, 999848 }
> timer_settime with it_value 0 it_interval invalid failed: Invalid argument
> timer_settime with it_value 0 it_interval invalid failed: Invalid argument
These two are guarded with FIXME and don't set result = 1, i.e. don't make
the test fail.
I guess that the test failed for you because of timeout, as Ulrich
apparently has not commited the NPTL part of the patch (the actual fix
for timer_routines.c).
Jakub
More information about the Libc-hacker
mailing list