Re: [Ekiga-devel-list] Race condition for disconnect and OnConnected event with 2.0.9. Patch included.

2007-05-09 Thread Craig Southeren
Charlie Hedlin wrote: Yesterday I had Ekiga lock up. Upon connecting with gdb I found that two threads were hung trying to acquire locks. Thread 5 was processing the OnConnected even tfrom SipConnection, up to OpalManager and down to OpalConnection::Released. It was blocked on

Re: [Ekiga-devel-list] Race condition for disconnect and OnConnected event with 2.0.9. Patch included.

2007-05-09 Thread Charlie Hedlin
Damien Sandras wrote: Le mercredi 09 mai 2007 à 09:03 +0200, Jan Schampera a écrit : Hey Charlie! If this problem and fix can be confirmed it should probably be moved to Opal. I was trying to avoid having another custom package when I added these calls to

Re: [Ekiga-devel-list] Race condition for disconnect and OnConnected event with 2.0.9. Patch included.

2007-05-09 Thread Damien Sandras
Le mercredi 09 mai 2007 à 09:48 -0500, Charlie Hedlin a écrit : Damien Sandras wrote: Le mercredi 09 mai 2007 à 09:03 +0200, Jan Schampera a écrit : Hey Charlie! If this problem and fix can be confirmed it should probably be moved to Opal. I was trying to avoid

Re: [Ekiga-devel-list] Race condition for disconnect and OnConnected event with 2.0.9. Patch included.

2007-05-09 Thread Damien Sandras
Le mercredi 09 mai 2007 à 11:14 -0500, Charlie Hedlin a écrit : 2.0.9 and HEAD should have the same level of stability (we backport changes from HEAD to Phobos). If you encounter stability problems, please report them back here so that we can fix them. But do you encounter stability

Re: [Ekiga-devel-list] Race condition for disconnect and OnConnected event with 2.0.9. Patch included.

2007-05-09 Thread Charlie Hedlin
At this point I should probably move to the Opal list, but unless that is requested I will stay on this thread. I tried to compile Opal Phobos and failed on src/opal/connection.cxx.  Looking at the CVS log it shows the updates committed to revision 2.55.2.4 while Phobos is assigned to

Re: [Ekiga-devel-list] Race condition for disconnect and OnConnected event with 2.0.9. Patch included.

2007-05-09 Thread yannick
Hi, Le mercredi 09 mai 2007 à 18:21 +0200, Damien Sandras a écrit : I will write when I have done testing. Once I have a reliable version we will be placing about 10k calls per day on ekiga through our asterisk server. We are currently using Sip Foundry's sipXtapi and have contributed

Re: [Ekiga-devel-list] Race condition for disconnect and OnConnected event with 2.0.9. Patch included.

2007-05-08 Thread Jan Schampera
Hey Charlie! If this problem and fix can be confirmed it should probably be moved to Opal. I was trying to avoid having another custom package when I added these calls to GMManager. I am attaching my patch. Please disregard the SVN information, it is from my local repository.