[asterisk-bugs] [Asterisk 0015340]: [patch] Deadlock when performing directed pickup
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Sep 8 09:31:36 CDT 2009
A NOTE has been added to this issue.
======================================================================
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 ?
======================================================================
----------------------------------------------------------------------
(0110308) lmadsen (administrator) - 2009-09-08 09:31
https://issues.asterisk.org/view.php?id=15340#c110308
----------------------------------------------------------------------
Assigned to Tilghman for review, and possible commit. I have this marked as
a possible blocker for 1.4.27.
Issue History
Date Modified Username Field Change
======================================================================
2009-09-08 09:31 lmadsen Note Added: 0110308
======================================================================
More information about the asterisk-bugs
mailing list