Steven,

On Sun, 2007-01-07 at 13:51 +0100, Steven Scholz wrote:
> > There is neither a call of timer_create() nor of timer_settime(). So the
> > posix timer is not setup, which results in the endless wait for the
> > signal.
> 
> cyclictest runs fine on my SuSE 10.0 host system. But: there are *no* calls
> to any timer_* function!!!

Did you check that with strace ?

> Has it to with using TLS?

No.

> :~/Projekte/Latency/cyclictest> ldd ./cyclictest
>         linux-gate.so.1 =>  (0xffffe000)
>         libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4003a000)
>         librt.so.1 => /lib/tls/librt.so.1 (0x4004c000)
>         libc.so.6 => /lib/tls/libc.so.6 (0x40055000)
>         /lib/ld-linux.so.2 (0x40000000)

The timer_* functions are in librt.

        tglx


-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to