Armin,
[..] But there are some sideeffects to other running processes/threads related to their assigned priorities. Here is the priority assignment after a fresh boot: ps -elf -> Prio-After-OS-Restart.txt attached If the app "demo_mn_console" has started its first RT thread, a lot of other processes/threads are jumping to the highest RT priority 99!! Please have a look to: ps -elf -> Prio-after-app-start.txt Do we have a problem with the RT kernel ? Or is simply the ps utility broken ?
Let me try to summarize your observations and suspicions: 1. After booting your RT kernel, everything works as expected. 2. The ps utility works as expected. 3. There are no bug reports that the RT kernel autonomously and at random fiddles around with task priorities. 4. There are no bug reports that the ps utility - one of the most frequently used utilities - suddenly may start to display erroneous priority numbers. 5. At a given time, you start your application that apparently modifies task priorities *in some way*. 6. Shortly afterwards you are observing that other not intended tasks changed their priority as well. 7. Your first suspicion is that we may have a problem with the RT kernel. 8. And your second suspicion is that the ps utility is broken. Doesn't come another suspicion to mind? -Carsten. -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html