From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E1AD8DD.3060904@domain.hid> Date: Mon, 11 Jul 2011 13:05:01 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Problems with gdb and rt_task_delete List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Adrien LEMAITRE Cc: xenomai@xenomai.org On 07/11/2011 11:50 AM, Adrien LEMAITRE wrote: > Hello, > > I have two problems. Just before explain my problems i would like to clarify > the context. This exercice is for student. In this exercice, they program a > WorkingTask (infini loop) That is the problem, there should not busy inifinite loops. rt_task_sleep(100) asks for 100ns sleep, which is equivalent to not sleeping at all. I seem to remember that I already told you this in answer to your previous post. -- Gilles.