Re: [Xenomai-help] latency_rt: disagrees about version of symbol rt_task_wait_period

2005-10-22 Thread Gilles Chanteperdrix
Jim Cromie wrote: so I disabled modversion, recompiled kernel, recompiled xenomai. Problem Gone. Heisenbugs :-/ ? Fully reproducible here when CONFIG_MODVERSIONS is enabled. So, this is a bug in the interaction with Kbuild. -- Gilles

Re: [Xenomai-help] Strangeness in named Semaphores(xenomai posix skin)

2005-10-22 Thread Gilles Chanteperdrix
Luotao Fu wrote: Thanx Gilles, I've just sent out another mail to this thread before I noticed your mail. Well sorry for the delay than. I found the sem_timedwait in posix_overrides.h #define sem_timedwait pse51_sem_timedwait so I thought it'll be handled by the posix skin.

Re: [Xenomai-help] Strangeness in named Semaphores(xenomai posix skin)

2005-10-22 Thread Luotao Fu
Gilles Chanteperdrix wrote: Luotao Fu wrote: Hi folks, I got the feeling, that named semaphores in xenomai posix skin don't work properly. I hacked some simple code to test this and attached the code to this mail, so that you might have a look of my problem yourself. There was

Re: [Xenomai-help] Strangeness in named Semaphores(xenomai posix skin)

2005-10-22 Thread Gilles Chanteperdrix
Luotao Fu wrote: Thanx Gilles, I've just sent out another mail to this thread before I noticed your mail. Well sorry for the delay than. I found the sem_timedwait in posix_overrides.h #define sem_timedwait pse51_sem_timedwait so I thought it'll be handled by the posix skin.