Re: [RTnet-users] rtnet select() status

2010-10-11 Thread Johan Cockx
On Fri, Oct 8, 2010 at 11:16 AM, Gilles Chanteperdrix < [email protected]> wrote: > Johan Cockx wrote: > > Yes XENO_OPT_POSIX_SELECT is enabled and the xeno_posix module is loaded. > > Ok. So, next question, are you sure you use the Xenomai posix skin > wrapped select? You can try a

Re: [RTnet-users] rtnet select() status

2010-10-11 Thread Gilles Chanteperdrix
Johan Cockx wrote: > > > On Fri, Oct 8, 2010 at 11:16 AM, Gilles Chanteperdrix > > wrote: > > Johan Cockx wrote: > > Yes XENO_OPT_POSIX_SELECT is enabled and the xeno_posix module is > loaded. > > Ok. So, next question, are you sure you

Re: [RTnet-users] rtnet select() status

2010-10-11 Thread Gilles Chanteperdrix
Johan Cockx wrote: > > > On Fri, Oct 8, 2010 at 11:16 AM, Gilles Chanteperdrix > > wrote: > > Johan Cockx wrote: > > Yes XENO_OPT_POSIX_SELECT is enabled and the xeno_posix module is > loaded. > > Ok. So, next question, are you sure you

Re: [RTnet-users] rtnet select() status

2010-10-11 Thread Johan Cockx
On Mon, Oct 11, 2010 at 2:42 PM, Gilles Chanteperdrix < [email protected]> wrote: > Johan Cockx wrote: > > > > > > On Fri, Oct 8, 2010 at 11:16 AM, Gilles Chanteperdrix > > > > wrote: > > > > Johan Cockx wrote: > > > Yes XENO_OPT_POS

Re: [RTnet-users] rtnet select() status

2010-10-11 Thread Gilles Chanteperdrix
Johan Cockx wrote: > A printf in src/skins/posix/select.c confirms that __wrap_select is called. Ok, but there are many branches here, could you check whether it emits the syscall, and if yes, what is the result of this syscall? > > In ksrc/skins/posix/syscall.c, I added the following lines: >