[asterisk-bugs] [JIRA] (ASTERISK-26686) res_pjsip: Lock inversion in transport management
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Tue Jan 3 06:13:11 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234412#comment-234412 ]
Joshua Colp commented on ASTERISK-26686:
----------------------------------------
This has nothing to do with astdb. It's a lock inversion in the PJSIP transport management code we have for keeping transports alive. One thread has our lock and is trying to get a transport lock, another thread has the transport lock and is trying to get our lock.
> res_pjsip: Lock inversion in transport management
> -------------------------------------------------
>
> Key: ASTERISK-26686
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26686
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip
> Affects Versions: 13.13.1
> Environment: Fedora Server 23 SQLLite 3.11.0
> Reporter: Ross Beer
> Attachments: backtrace_20160103.txt
>
>
> Asterisk locks with no further processing. This looks to be related to the ASTDB holding a lock.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list