[asterisk-bugs] [Asterisk 0015340]: [patch] Deadlock when performing directed pickup

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Sep 8 09:31:18 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15340 
====================================================================== 
Reported By:                lmsteffan
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   15340
Category:                   Channels/chan_sip/General
Reproducibility:            random
Severity:                   crash
Priority:                   normal
Status:                     assigned
Target Version:             1.4.27
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 200477 
Request Review:              
====================================================================== 
Date Submitted:             2009-06-16 22:46 CDT
Last Modified:              2009-09-08 09:31 CDT
====================================================================== 
Summary:                    [patch] Deadlock when performing directed pickup
Description: 
When a phone tries to pickup a ringing extension (through SIP INVITE with
Replace) there sometimes occurs a deadlock. The attached file contains a
snapshot of such a deadlock. Two threads have interlocked, each one waiting
on a lock already owned by the other (the first lock protects the channel
clonechan/chan, the other protects its sip_pvt part p/i)

The included patch assumes that it is necessary to unlock the sip_pvt
pointer before hanging up the channel to which it belongs. Can someone
confirm that ?
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-09-08 09:31 lmadsen        Status                   ready for review =>
assigned
2009-09-08 09:31 lmadsen        Assigned To               => tilghman        
======================================================================




More information about the asterisk-bugs mailing list