[asterisk-bugs] [JIRA] (ASTERISK-28156) Race condition involving session->media (res_pjsip_session) leads to crash.
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Thu Nov 8 09:56:48 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Harwell updated ASTERISK-28156:
-------------------------------------
Status: Open (was: Triage)
> Race condition involving session->media (res_pjsip_session) leads to crash.
> ---------------------------------------------------------------------------
>
> Key: ASTERISK-28156
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28156
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_pjsip, Core/Bridging
> Affects Versions: 13.20.0
> Reporter: Paulo Vicentini
> Labels: pjsip
>
> We are experiencing a crash due to a misuse of session->media container between threads running (bridge_channel_ind_thread / pbx_thread) (at t38_framehook_read function) and the thread running ast_taskprocessor_execute (res/res_pjsip_session.c:session_end)
> Depending on the SIP flow (during a disconnection) and the threads' code path, the session->media container is being destroyed (and set to NULL) by the thread running ast_taskprocessor_execute while the thread running t38_framehook_read is still referring to it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list