From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Oct 2005 07:45:23 -0700 Subject: Re: [Xenomai-help] more on registry stuff From: Steven Seeger Message-ID: In-Reply-To: <434D20EA.9070905@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: Philippe Gerum Cc: "xenomai@xenomai.org" Well, last time it occurred I just did a ls /proc/xenomai/registry/mutexes I saw a two names of each mutex. I didn't look at any other stats. Next time it occurs I'll do that. Steven On 10/12/05 7:42 AM, "Philippe Gerum" wrote: > Steven Seeger wrote: >> My app always creates a set of mutexes with the same name. I do this when >> creating them: >> >> if(name&&!rt_mutex_bind(&_m, name, TM_NONBLOCK)) >> assert(!rt_mutex_delete(&_m)); >> >> >> This way, if it already exists, I delete it. Then I create it again. >> >> They do not seem to delete. In fact, I see some duplicate names in >> /proc/registry/mutex >> > > Any /proc output to get more details? > >> Steven >> >> >> _______________________________________________ >> Xenomai-help mailing list >> Xenomai-help@domain.hid >> https://mail.gna.org/listinfo/xenomai-help >> >