[Xenomai-core] Xenomai v2.3.4

2007-09-16 Thread Philippe Gerum
Here is the latest release from the stable tree. Several Adeos patches have been updated due to a nasty bug that may lock out hw interrupts unexpectedly when dumping the pipeline trace buffers (CONFIG_IPIPE_TRACE=y) using the /proc interface; update is strongly recommended if you rely on the trac

Re: [Xenomai-core] [FIX] Summary: Xenomai 2.3.2 and 2.4 lock-ups and OOPSes

2007-09-16 Thread Gilles Chanteperdrix
Philippe Gerum wrote: > > Please try this patch against v2.3.x. A double free issue on a task TCB > already scheduled for memory release was causing all sorts of troubles, > basically trashing the system heap afterwards: Is not there anything similar needed for the posix skin ? --

[Xenomai-core] simple example for rtdm

2007-09-16 Thread trem
Hi I've written a little exemple for rtdm. It uses open, close, read, write ioctl and 3 kind of buffer (local, device, global). This is an alpha release, so I'll be pleased to get some feedback. you can find it here : http://zarb.org/~trem/tut03-skeleton-drv.c http://zarb.org/~trem/tut03-skeleton

Re: [Xenomai-core] [FIX] Summary: Xenomai 2.3.2 and 2.4 lock-ups and OOPSes

2007-09-16 Thread Philippe Gerum
On Sun, 2007-09-16 at 19:49 +0200, Gilles Chanteperdrix wrote: > Philippe Gerum wrote: > > > > Please try this patch against v2.3.x. A double free issue on a task TCB > > already scheduled for memory release was causing all sorts of troubles, > > basically trashing the system heap afterwards: