DEAD LOCK

"Julien Chavanton" <[email protected]> Wed, 2 Aug 2006 16:16:15 -0400
Newsgroups gmane.comp.gnu.bayonne.devel
Message-ID <[email protected]>
I think I have found a dead-lock in Bayonne.

 

It does take place when script1 use the send command to notify script2
while script2 is in detach somewhere.

 

 

Script 1:

Aug  2 14:49:18 192.168.0.165/192.168.0.165 bayonne: dx(18): step
20000003 send(%childid)

 

Script 2:

Is in hangup state more precisely in:

void Trunk::detach(void)

Even more precisely I think it is in:  ScriptInterp::detach(); (not sure
yet but I did set some breakpoint next.)

 

 

>From here I have to found the mutex causing this lock, I know that when
this take place the server does not receive more event.

 

Lets see if I am in the right direction.

Julien