Re: [RTnet-users] rt_dev_ioctl causes kernel panic!

2006-10-05 Thread Teresa Noviello
On 10/4/06, Jan Kiszka <[EMAIL PROTECTED]> wrote: >> Yes i knew it but... yes there is a reason for that order... i wrote the> calls in the same order i found in /examples/rtai/simpleserver.c and> /examples/rtai/simpleclient.c.Yes, I remember now. Those examples used to crash once, but then Paolo m

Re: [RTnet-users] rt_dev_ioctl causes kernel panic!

2006-10-05 Thread Jan Kiszka
Teresa Noviello wrote: > On 10/4/06, Jan Kiszka <[EMAIL PROTECTED]> wrote: >> >> Teresa Noviello wrote: >> > Hi! I have wrote an RTT program, it's a little bit different from that >> in >> > /examples/xenomai/posix, using rtnet and RTAI, in user space (LXRT >> module). >> > It works fine but when i

Re: [RTnet-users] rt_dev_ioctl causes kernel panic!

2006-10-05 Thread Teresa Noviello
On 10/4/06, Jan Kiszka <[EMAIL PROTECTED]> wrote: Teresa Noviello wrote:> Hi! I have wrote an RTT program, it's a little bit different from that in> /examples/xenomai/posix, using rtnet and RTAI, in user space (LXRT module).> It works fine but when i try to extend the socket pool of the sockets, i

Re: [RTnet-users] rt_dev_ioctl causes kernel panic!

2006-10-05 Thread Jan Kiszka
Teresa Noviello wrote: > Hi! I have wrote an RTT program, it's a little bit different from that in > /examples/xenomai/posix, using rtnet and RTAI, in user space (LXRT module). > It works fine but when i try to extend the socket pool of the sockets, i > have no error messages but after the call the

[RTnet-users] rt_dev_ioctl causes kernel panic!

2006-10-05 Thread Teresa Noviello
Hi! I have wrote an RTT program, it's a little bit different from that in /examples/xenomai/posix, using rtnet and RTAI, in user space (LXRT module). It works fine but when i try to extend the socket pool of the sockets, i have no error messages but after the call the program causes kernel panic! T