Re: Race condition between memory_object_terminate and RPCs

2010-05-14 Thread Sergio Lopez
El Fri, 14 May 2010 06:41:13 +0200 escribió: > Hi, > > On Tue, May 11, 2010 at 11:48:12AM +0200, Sergio Lopez wrote: > > [...] > > I suggest to change m_o_terminate simpleroutine, so it won't > > transfer memory object control port receive right to the external > > memory manager, deallocating

[PATCH] libthreads: mutex_lock holder debugging

2010-05-14 Thread Sergio Lopez
Hi, It seems that some code paths in libdiskfs still leave a mutex locked somewhere. The original WAIT_DEBUG code in libthreads records the thread which is holding the lock, but this is not really usefull in Hurd's translators, since that thread is probably waiting for another message just as ever