Hi,

we are using a xenomai system with kernel 2.6.22 and xenomai 2.4.7.

There is some strange behaviour when using rt_printf in one of our
application. The application is setup as a server process, which itself
is setting up several xenomai tasks. 
All rt_printf outputs are displayed correctly as long as the server process is 
not daemonized. 

If the server process is daemonized with code like

if( (pid=fork()) < 0 )
{
        return(-1);
}else
{
        if( pid != 0 )
        {
            exit(0);
        }
}

all rt_printf-output is printed only when the server process exits
and not during the time the server process is running.


Any idea ?



Thanks,


Oliver



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

Reply via email to