Re: [Xenomai-core] Build tests.

2009-12-14 Thread Alexis Berlemont
Hi Gilles, Gilles Chanteperdrix wrote: > Hi, > > I am working on automated build tests of several configurations of > Xenomai head. While running them, I found a few issues, and would need > acks, since it is in parts others maintain. > > Alex: https://mail.gna.org/public/xenomai-git/2009-12/msg

Re: [Xenomai-core] Build tests.

2009-12-14 Thread Wolfgang Grandegger
Hi Jan, Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Hi, >> >> I am working on automated build tests of several configurations of >> Xenomai head. While running them, I found a few issues, and would need >> acks, since it is in parts others maintain. >> >> Alex: https://mail.gna.org/public/x

Re: [Xenomai-core] Build tests.

2009-12-14 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: >> Hi, >> >> I am working on automated build tests of several configurations of >> Xenomai head. While running them, I found a few issues, and would >> need acks, since it is in parts others maintain. >> >> Alex: https://mail.gna.org/public/xenomai

Re: [Xenomai-core] Build tests.

2009-12-14 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Hi, > > I am working on automated build tests of several configurations of > Xenomai head. While running them, I found a few issues, and would need > acks, since it is in parts others maintain. > > Alex: https://mail.gna.org/public/xenomai-git/2009-12/msg00112.html >

[Xenomai-core] Build tests.

2009-12-14 Thread Gilles Chanteperdrix
Hi, I am working on automated build tests of several configurations of Xenomai head. While running them, I found a few issues, and would need acks, since it is in parts others maintain. Alex: https://mail.gna.org/public/xenomai-git/2009-12/msg00112.html Wolfgang: https://mail.gna.org/public/xen

Re: [Xenomai-core] Vague bug report(s) on 2.5-head

2009-12-14 Thread Gilles Chanteperdrix
Peter Soetens wrote: > Hi guys, > > I'm using the master branch, 4f42de74 with Linux 2.6.31.1 and the > adeos patch from that tree. My app links with both -lnative and > -lposix with the wrappers (using xeno-config). > > I'm experiencing a segfault within pthread_cancel() when calling > rt_task_d

[Xenomai-core] Vague bug report(s) on 2.5-head

2009-12-14 Thread Peter Soetens
Hi guys, I'm using the master branch, 4f42de74 with Linux 2.6.31.1 and the adeos patch from that tree. My app links with both -lnative and -lposix with the wrappers (using xeno-config). I'm experiencing a segfault within pthread_cancel() when calling rt_task_delete(&task) of the main() thread (so

Re: [Xenomai-core] select: native tasks with posix skin mqueues

2009-12-14 Thread Peter Soetens
On Mon, Nov 30, 2009 at 15:20, Peter Soetens wrote: > On Thu, Nov 5, 2009 at 02:46, Gilles Chanteperdrix > wrote: >> >> Peter Soetens wrote: >> > Hi, >> > >> > I'm creating my RT threads using the native API and I'm creating >> > mqueues, wrapped to the pthread_rt library. >> > I can read and wri