We have an application that uses shared memory to communicate from our
kernel driver to user space.  In our own standard C applications we can
issue an mlockall and we can use multiple threads without a problem.

However, we are also using the mono .NET interpreter which links to a
shared library that links to the xenomai shared memory and issues a
mlockall.  Whenever we run programs using the mono interpreter we get
the error message Xenomai: process memory not locked (mlockall).  mono
is a .NET virtual machine w/ garbage collection like java.

We tried --enable-posix-auto-mlockall but the third party apps running
under mono still crashes with the mlockall


Any suggestions would be greatly appreciated!!!!



_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to