From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 4 Apr 2006 09:14:14 +0200 From: Jens Niehaus Subject: Re: [Xenomai-help] Problem with posix skin and Xenomai 2.1.0 Message-ID: <20060404091414.4b6d5b59@domain.hid> In-Reply-To: <17457.5070.917000.693950@domain.hid> References: <20060403111703.593b2b15@domain.hid> <17457.5070.917000.693950@domain.hid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org > > I am experiencing problems with xenomai 2.1.0 and pthread_mutex_init. The second initialization in the following program returns with a value of 16 (EBUSY). What is wrong with the code (or with xenomai)? > > There was a bug in syscall.c, which should be fixed by revision 870 in > the trunk and by revision 871 in 2.1 branch. Correctly applied this really solves the problem, thanks.