From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 28 Feb 2006 18:08:56 +0100 From: "Jeroen Van den Keybus" Subject: Re: [Xenomai-help] Page faults In-Reply-To: <44047AC6.907@domain.hid> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14209_6313475.1141146536903" References: <44047AC6.907@domain.hid> List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe Gerum Cc: "xenomai@xenomai.org" ------=_Part_14209_6313475.1141146536903 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Debugging tools also suggested 'normal' pagefaults. Made me look for the mlockall() call which turns out to be unsuccessful. I made a mistake in evaluating its (non-zero) return value, which caused the error to go by unnoticed. The reason mlockall() fails is that I executed the real-time program as non-root. (Guess I'll have to figure out that daunting sudoers thing...) Thanks for your advice, which led me in the right direction. Jeroen. ------=_Part_14209_6313475.1141146536903 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Debugging tools also suggested 'normal' pagefaults. Made me look for t= he mlockall() call which turns out to be unsuccessful. I made a mistak= e in evaluating its (non-zero) return value, which caused the error to go b= y unnoticed.
 
The reason mlockall() fails is that I executed the real-time program a= s non-root. (Guess I'll have to figure out that daunting sudoers thing...)<= /div>
 
Thanks for your advice, which led me in the right direction.
 
 
Jeroen.
 
------=_Part_14209_6313475.1141146536903--