Why does the system seem unresponsive when running a process at real-time priority?
Issue
- Running the following command, causes the system to become unresponsive
# taskset -c 1 chrt -f 40 ./test_prog
Note: The following is a sample "test_prog" program
int
main(int argc,char * argv[])
{
while(1) {}
return(0);
}
- Server was hung, RCA required.
- We have "freeze" on the server and have a vmcore, need help to identify the root cause of this crash.
Environment
- Red Hat Enterprise Linux 6
- Red Hat Enterprise MRG
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
