[asterisk-bugs] [JIRA] (ASTERISK-22732) Deadlock potential in res_fax and CCSS with local channels.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Fri Oct 18 18:12:03 CDT 2013
Richard Mudgett created ASTERISK-22732:
------------------------------------------
Summary: Deadlock potential in res_fax and CCSS with local channels.
Key: ASTERISK-22732
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22732
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/CallCompletionSupplementaryServices, Resources/res_fax
Affects Versions: 12.0.0-beta1, 11.5.1, 1.8.23.1
Reporter: Richard Mudgett
res_fax and CCSS code call ast_channel_queryoption() with a channel lock held. If the specified channel is a local channel, there is a deadlock potential due to how local channels have to do deadlock avoidance.
All calls to ast_channel_queryoption() must not have a channel lock held by the caller.
There is a brief discussion about it in https://reviewboard.asterisk.org/r/2915/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list