Steve Deiters wrote:
> I have a simple little test program, attached below.  When I hit CTL-C
> to break the program, not all of the "finished" lines will print.  If I
> remove either the rt_task_shadow call or the sigwait at the end, it will
> then print all of them.  Adding a fflush(stdout) to the end does nothing
> to help it.
> 
> I'm not sure if there's some interaction with the Xenomai domain I am
> just missing which is causing the print statements to be dropped.
> 
> This is running on a PowerPC kernel 2.6.24 with Xenoami 2.4.9.

Do not know if this is related, but sigwait is only guaranteed to work
if you wait for signals that are currently masked.


-- 
                                            Gilles.

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

Reply via email to