[Xenomai-core] Oops with synchronous message passing support

2011-06-09 Thread Wolfgang Grandegger
Hello, I just realized a problem with synchronous message passing support. When rt_task_send() send times out, I get the oops below from line: http://www.rts.uni-hannover.de/xenomai/lxr/source/ksrc/skins/native/task.c#1976 -bash-3.2# ./oops_sender pre-rt_task_receive() [ 662.423571] Unable to

Re: [Xenomai-core] Oops with synchronous message passing support

2011-06-09 Thread Philippe Gerum
On Thu, 2011-06-09 at 14:42 +0200, Wolfgang Grandegger wrote: Hello, I just realized a problem with synchronous message passing support. When rt_task_send() send times out, I get the oops below from line: Does this help? diff --git a/ksrc/skins/native/task.c b/ksrc/skins/native/task.c

Re: [Xenomai-core] Oops with synchronous message passing support

2011-06-09 Thread Wolfgang Grandegger
Hi Philippe, On 06/09/2011 03:05 PM, Philippe Gerum wrote: On Thu, 2011-06-09 at 14:42 +0200, Wolfgang Grandegger wrote: Hello, I just realized a problem with synchronous message passing support. When rt_task_send() send times out, I get the oops below from line: Does this help? diff

Re: [Xenomai-core] Oops with synchronous message passing support

2011-06-09 Thread Philippe Gerum
On Thu, 2011-06-09 at 15:34 +0200, Wolfgang Grandegger wrote: Hi Philippe, On 06/09/2011 03:05 PM, Philippe Gerum wrote: On Thu, 2011-06-09 at 14:42 +0200, Wolfgang Grandegger wrote: Hello, I just realized a problem with synchronous message passing support. When rt_task_send() send

[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;

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 *argv[]) {