From: Daniel Walker <dwalker@mvista.com>
To: linux-kernel@vger.kernel.org
Cc: mingo@elte.hu
Subject: 2.6.15-rt3 + Open Posix Test Suite
Date: Tue, 10 Jan 2006 15:03:29 -0800 [thread overview]
Message-ID: <1136934210.5756.13.camel@localhost.localdomain> (raw)
It's worth noting that a few tests in the current Open Posix Test Suite
hang RT systems.
Specifically this test (hope this url comes through),
http://cvs.sourceforge.net/viewcvs.py/*checkout*/posixtest/posixtestsuite/conformance/interfaces/sched_setparam/10-1.c?rev=1.2
sched_setparam test 10-1.c and I think 9-1.c .
The 10-1 test spawns some children at SCHED_FIFO priority 99 , then runs
the following,
void child_process(){
alarm(2);
while(1) {
(*shmptr)++;
sched_yield();
}
}
I'm sure this is what's hanging the system, the yield() is one issue.
Another is why the alarm() is never delivered .
Daniel
next reply other threads:[~2006-01-10 23:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-10 23:03 Daniel Walker [this message]
2006-01-11 3:53 ` Steven Rostedt
2006-01-11 14:41 ` Daniel Walker
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=1136934210.5756.13.camel@localhost.localdomain \
--to=dwalker@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®