[asterisk-bugs] [JIRA] (ASTERISK-26974) res_pjsip: Deadlock in T.38 framehook
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Tue May 2 09:14:58 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=236825#comment-236825 ]
Friendly Automation commented on ASTERISK-26974:
------------------------------------------------
Change 5560 merged by Jenkins2:
res_pjsip_t38.c: Fix deadlock in T.38 framehook.
[https://gerrit.asterisk.org/5560|https://gerrit.asterisk.org/5560]
> res_pjsip: Deadlock in T.38 framehook
> -------------------------------------
>
> Key: ASTERISK-26974
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26974
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip_t38
> Affects Versions: 13.15.0
> Reporter: Richard Mudgett
> Assignee: Richard Mudgett
> Attachments: backtrace-threads-PJSIP.txt
>
>
> A deadlock can happen while T.38 is active and a re-INVITE happens. The thread processing the re-INVITE is trying to update the channel's format capabilities while the channel thread is trying to send a frame. The thread processing the re-INVITE has the session's media container lock and wants the channel lock and the channel thread has the channel lock and wants the session's media container lock.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list