From: Steven Scholz <steven.scholz@imc-berlin.de>
To: tglx@linutronix.de
Cc: linux-rt-users@vger.kernel.org
Subject: Re: cyclictest hangs with posix interval timers !?
Date: Sun, 07 Jan 2007 13:51:07 +0100 [thread overview]
Message-ID: <45A0ECBB.1040107@imc-berlin.de> (raw)
In-Reply-To: <1167986882.23138.52.camel@localhost.localdomain>
Thomas,
> That's caused by user space breakage. Looking at the strace you sent:
>
> [pid 932] getpid() = 932
> [pid 932] rt_sigprocmask(SIG_SETMASK, [ALRM RTMIN], NULL, 8) = 0
> [pid 932] gettid() = 932
> [pid 932] rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0
> [pid 932] sched_setscheduler(0, SCHED_FIFO, { 80 }) = 0
> [pid 932] clock_gettime(CLOCK_MONOTONIC, {325, 223507890}) = 0
> [pid 932] rt_sigaction(SIGALRM, {0xb7ed72c0, ~[], 0}, NULL, 8) = 0
> [pid 932] rt_sigprocmask(SIG_BLOCK, NULL, [ALRM RTMIN], 8) = 0
> [pid 932] rt_sigsuspend(~[ALRM RT_1] <unfinished ...>
> [pid 930] <... nanosleep resumed> NULL) = 0
>
> 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!!!
Has it to with using TLS?
:~/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)
Steven
next prev parent reply other threads:[~2007-01-07 12:51 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-04 11:43 cyclictest hangs with posix interval timers !? Steven Scholz
2007-01-04 11:52 ` Robert Schwebel
2007-01-04 12:08 ` Steven Scholz
2007-01-04 13:15 ` Steven Scholz
2007-01-04 13:27 ` Thomas Gleixner
2007-01-04 13:31 ` Steven Scholz
2007-01-04 13:47 ` Thomas Gleixner
2007-01-04 15:01 ` Steven Scholz
2007-01-05 8:48 ` Thomas Gleixner
2007-01-05 9:16 ` Robert Schwebel
2007-01-07 12:38 ` Steven Scholz
2007-01-07 12:51 ` Steven Scholz [this message]
2007-01-07 14:21 ` Thomas Gleixner
2007-01-07 14:38 ` Steven Scholz
2007-01-07 14:52 ` Thomas Gleixner
2007-01-07 14:55 ` Steven Scholz
2007-01-07 15:32 ` Steven Scholz
2007-01-08 10:10 ` Steven Scholz
2007-01-08 10:28 ` Robert Schwebel
2007-01-08 11:37 ` Steven Scholz
2007-01-08 11:42 ` Robert Schwebel
2007-01-08 11:43 ` Steven Scholz
2007-01-04 13:30 ` Thomas Gleixner
2007-01-04 13:32 ` Steven Scholz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45A0ECBB.1040107@imc-berlin.de \
--to=steven.scholz@imc-berlin.de \
--cc=linux-rt-users@vger.kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.