* Fernando Lopez-Lezcano <[email protected]> wrote:
> #!/bin/bash
> while true ; do
> START=`date +"%s"`
> sleep 10
> END=`date +"%s"`
> let DIFF=END-START
> echo "$DIFF" >>time
> echo "---"
> done
>
> I'm attaching what I found when I got back.
> 1
> 10
> 6
> 0
> 0
could you try:
strace -o log sleep 10
and wait for a failure, and send us the log? Is it perhaps nanosleep
unexpectedly returning with -EAGAIN or -512? There's a transient
nanosleep failure that happens on really fast boxes, which we havent
gotten to the bottom yet. That problem is very sporadic, but maybe your
box is just too fast and triggers it more likely :-)
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]