[svn-commits] dvossel: trunk r231438 - /trunk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 30 10:37:37 CST 2009


Author: dvossel
Date: Mon Nov 30 10:37:33 2009
New Revision: 231438

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=231438
Log:
Blocked revisions 231437 via svnmerge

........
  r231437 | dvossel | 2009-11-30 10:32:58 -0600 (Mon, 30 Nov 2009) | 18 lines
  
  app_queue crashes randomly, often during call-transfers
  
  In app_queue, it is possible for a call_queue to be destroyed
  while another object still holds a pointer to it.  This patch
  converts call_queue objects to ao2 objects allowing them to be
  ref counted.  This makes it safe for the queue_ent object in
  queue_exec() to reference it's parent call_queue even after it
  has left the queue.
  
  (closes issue #15686)
  Reported by: Hatrix
  Patches:
        v2_queue_ao2.diff uploaded by dvossel (license 671)
  Tested by: dvossel, aragon
  
  Review: https://reviewboard.asterisk.org/r/427/
........

Modified:
    trunk/   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.




More information about the svn-commits mailing list