On Thu, 2006-12-21 at 12:19 +0100, M. Koehrer wrote: > Hi Dmitry, > > thanks for your response. > > > > > > Is it still true that when you place printf() right after the system() > > call, it works? > Yes, a printf() directly after the system() fixes the issue. > > > > > What happens when you try different sleep intervals : 0, say 1000 ? > > > > Just to be sure where we are stuck. Insert exit() (or rt_task_delete(NULL)) > > :
The important issue to check is the above one. Please try calling rt_task_delete(NULL), and in a second test, rt_task_suspend(NULL), instead of letting the thread routine return. TIA, -- Philippe. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
