[asterisk-commits] irroot: branch irroot/distrotech-customers-1.8 r336096 - /team/irroot/distrot...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 15 11:00:05 CDT 2011


Author: irroot
Date: Thu Sep 15 10:59:58 2011
New Revision: 336096

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=336096
Log:
Merged revisions 336093 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r336093 | irroot | 2011-09-15 17:46:21 +0200 (Thu, 15 Sep 2011) | 20 lines
  
  
  Locking order in app_queue.c causes deadlocks.
  
  a channel lock must never be held with the queues container lock held.
  
  the deadlock occured on masquerade.
  
  the queues container lock is a relic of the past the old queue module lock.
  with ao2 there is no need to hold this lock when dealing with members this
  patch removes unneeded locks.
  
  (closes issue ASTERISK-18101)
  (closes issue ASTERISK-18487)
  Reported by: Paul Rolfe, Jason Legault
  Tested by: irroot, Jason Legault, Paul Rolfe
  Reviewed by: Matthew Nicholson
  
  Review: https://reviewboard.asterisk.org/r/1402/
........

Modified:
    team/irroot/distrotech-customers-1.8/   (props changed)

Propchange: team/irroot/distrotech-customers-1.8/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Sep 15 10:59:58 2011
@@ -1,1 +1,1 @@
-/branches/1.8:1-335990
+/branches/1.8:1-336094




More information about the asterisk-commits mailing list