Re: [Xenomai-core] rt_task_delete doesn't work

2011-06-09 Thread Gilles Chanteperdrix
On 06/09/2011 06:43 PM, Roberto Bielli wrote: > Hi, > > the function rt_task_delete goes in segmentation fault. > > this is the environment: > > - kernel 2.6.31.8 arm marvell (test custom porting) > - xenomai 2.5.5.1 Have you tried xenomai 2.5.6 ? > > - the code: > int main (int argc, char *a

[Xenomai-core] rt_task_delete doesn't work

2011-06-09 Thread Roberto Bielli
Hi, the function rt_task_delete goes in segmentation fault. this is the environment: - kernel 2.6.31.8 arm marvell (test custom porting) - xenomai 2.5.5.1 - the code: int main (int argc, char *argv[]) { //Porta di comunicazione int s; RT_TASK pippo; int err; mlockall(M