Gilles, Any potential problem with MlockAll and dynamically linked in libraries?
The standalone, non Xenomai application works with no hitches. I essentially took the main loop from the net comms program and put it into an RT-Task thread object with minimum (1) priority and now it doesn't work. Take care, Josh -----Original Message----- From: Gilles Chanteperdrix [mailto:[EMAIL PROTECTED] Sent: Thu 5/29/2008 9:54 AM To: Karch, Joshua Cc: [email protected] Subject: Re: [Xenomai-help] Xenomai and SDL NET sockets 1.2 On Thu, May 29, 2008 at 3:49 PM, Karch, Joshua <[EMAIL PROTECTED]> wrote: > > Gilles, > > good thing-- I just got gdb installed and I ended up getting a Segmentation > fault > 0xb7e38f0d in SDLNet_CheckSockets () from /usr/lib/libSDL_net-1.2.so.0 > > In my makefile, how would I compile for the posix skin for Xenomai? I > haven't explicitly specified a skin. > I'm using rt_tasks and timers, synchronous messaging, as well as message > queues considerably throughout my application now and don't want to lose any > of that functionality. I thought that the problem could be due to your application using Xenomai posix skin services instead of using plain Linux services. But if you do not compile for xenomai posix skin, this can not happen. So, the problem is elsewhere. -- Gilles
_______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
