Jonathan ILIAS-PILLET wrote:
> Hello,
> 
> We encounter a problem in a particular situation. In the attached
> source, when we change the value passed to rt_task_sleep (line 35), the
> program never returns.
> 
> This appears only with values greater or equal to 100000 (and maybe some
> other values between 10000 and 100000) and only when we use
> rt_task_sleep between the two rt_task_spawn calls.
> 
> Is there something we've done wrong ?
> 
> We use and Armadeus APF27 platform. I don't know if this behavior is
> related to this architecture, to Xenomai or both.

We do not know anything about your setup (except the platform). See:
http://www.xenomai.org/index.php/Request_for_information

It would also be interesting to know if you have root thread priority
coupling enabled.

In any case, your real-time tasks should never use all the cpu without
letting Linux run. The only way to guarantee the stability of the system
is by letting Linux run from time to time.

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to