[asterisk-bugs] [JIRA] (ASTERISK-26467) chan_pjsip: segfault on hangup
Alexei Gradinari (JIRA)
noreply at issues.asterisk.org
Thu Oct 13 14:11:01 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexei Gradinari updated ASTERISK-26467:
----------------------------------------
Description:
The chan_pjsip puts a function 'hangup' into a serializer on hang up.
When this task is popped from the serializer an ast_channel could be destroyed.
Need to check the ast_channel and channel's session and pvt.
was:
The chan_pjsip puts a function 'hangup' into a serializer on hang up.
When this task pops from the serializer an ast_channel could be destroyed.
Need to check the ast_channel and channel's session and pvt.
> chan_pjsip: segfault on hangup
> ------------------------------
>
> Key: ASTERISK-26467
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26467
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_pjsip
> Affects Versions: 13.11.2
> Reporter: Alexei Gradinari
> Attachments: bt_chan_pjsip_hangup.txt
>
>
> The chan_pjsip puts a function 'hangup' into a serializer on hang up.
> When this task is popped from the serializer an ast_channel could be destroyed.
> Need to check the ast_channel and channel's session and pvt.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list