[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