From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F97C395.4080306@domain.hid> Date: Wed, 25 Apr 2012 11:27:49 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 References: <4F75B5BF.8030401@domain.hid> <4F75C7D1.4020808@domain.hid> <4F79D5EA.3010501@domain.hid> <4F7D7A43.4060502@domain.hid> <4F8592F3.6070907@domain.hid> <4F85B7BE.9080706@domain.hid> <4F85B869.2060102@domain.hid> <4F85D505.6080002@domain.hid> <4F8689BD.4050508@domain.hid> <4F87036D.1050605@domain.hid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Cross-link.c ---RTSER_RTIOC_WAIT_EVENT List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Minh GIANG Cc: xenomai-help On 04/25/2012 11:11 AM, Minh GIANG wrote: > hello, > > Thank you for helping me solve my problem. > > You recommend me to update to a more recent version. But I think the > xenomai version 2.6.0 is the lastest version over http://www.xenomai.org > site. You are right. The latest fixes are in the git repository, which you can get with the following command: $ git clone git://git.xenomai.org/xenomai-2.6.git > By the way, i have a short question. When i make run cross-link program, i > don't understand why there is a leak memory. Even if, i try to remove all > parasite in while loop, but the leak memory is always constant. i think the > problem comes from rt_dev_write() or rt_dev_read() which don't release the > memory buffer. im wrong? What makes you think that there is a memory leak? How do you observe it and what is running while your are testing with cross-link? Wolfgang.