[asterisk-bugs] [Asterisk 0018716]: manager_park can deadlock with ast_channel_free, for channel 1 of the park operation (channel list v channel lock)
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Feb 14 12:48:17 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18716
======================================================================
Reported By: davidw
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18716
Category: Channels/General
Reproducibility: have not tried
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA: SWP-3023
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 305082
Request Review:
======================================================================
Date Submitted: 2011-01-31 10:48 CST
Last Modified: 2011-02-14 12:48 CST
======================================================================
Summary: manager_park can deadlock with ast_channel_free, for
channel 1 of the park operation (channel list v channel lock)
Description:
manager_park (in features.c) does ast_get_channel_by_name_locked on both
channels that it is given. This locks the list of channels during its
processing, meaning that the manager thread ends up locking channel 1, and
then the list of channels.
ast_channel_free write locks the list of channels, then temporarily locks
the channel it is freeing, meaning it applies lock in the reverse order!
A real deadlock has been observed with manager_park waiting for channel
list and ast_channel_free waiting for the channel.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015316 [patch] Segfault after Manager Bridge
======================================================================
----------------------------------------------------------------------
(0131938) davidw (reporter) - 2011-02-14 12:48
https://issues.asterisk.org/view.php?id=18716#c131938
----------------------------------------------------------------------
Because this seems to be fixed in the most common case by an existing fix,
I think this definitely should be downgraded to "minor".
Also, as that fix seems to cover the case we are encountering, we will not
have the resources to follow this one through.
However, either there still is a locking order problem, or there is
unreachable code, so I'd say there is still a bug here. I think I would
suggest considering suspending the issue.
Issue History
Date Modified Username Field Change
======================================================================
2011-02-14 12:48 davidw Note Added: 0131938
======================================================================
More information about the asterisk-bugs
mailing list