[asterisk-bugs] [Asterisk 0015340]: [patch] Deadlock when performing directed pickup
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 16 22:46:37 CDT 2009
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=15340
======================================================================
Reported By: lmsteffan
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15340
Category: Applications/app_directed_pickup
Reproducibility: random
Severity: crash
Priority: normal
Status: new
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-06-16 22:46 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-06-16 22:46 lmsteffan New Issue
2009-06-16 22:46 lmsteffan Asterisk Version => SVN
2009-06-16 22:46 lmsteffan Regression => No
2009-06-16 22:46 lmsteffan SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
2009-06-16 22:46 lmsteffan SVN Revision (number only!) => 200477
======================================================================
More information about the asterisk-bugs
mailing list