Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Jan Kiszka wrote: >>> Charlton, John wrote: >>>> I have a xenomai application that runs without problems with xenomai-2.4.6.1/linux-2.6.27.7. When run under xenomai-2.5.1/linux-2.6.32.7 it fails with the warning: Xenomai: process memory not locked (missing mlockall?). I verified that mlockall() is being called before any xenomai calls are made as follows with out error: >>>> >>> I'm afraid that warning is misleading. >> And this should fix the error reporting (without any signal handler >> installed, your application will still terminate, though): > > Arg, it will conflict with the libxenomai thing. I am punished for not > having pushed my work earlier. > > Did you test it? Or should I wait for John to test it before merging it? > Of course it's untested. :) Yes, I forgot to state explicitly that it would be nice of John to check this with his application. I've no problem rebasing this later on over your work, the changes are trivial enough. Jan