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

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Sep 14 11:15:23 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15340 
====================================================================== 
Reported By:                lmsteffan
Assigned To:                dvossel
====================================================================== 
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-14 11:15 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-14 11:15 lmadsen        Assigned To              tilghman => dvossel 
======================================================================




More information about the asterisk-bugs mailing list