[Home]

Summary:ASTERISK-26467: chan_pjsip: segfault on hangup, at channel_internal_api.c
Reporter:Alexei Gradinari (alexei gradinari)Labels:
Date Opened:2016-10-13 14:04:22Date Closed:
Priority:MajorRegression?
Status:Open/NewComponents:Channels/chan_pjsip
Versions:13.11.2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bt_chan_pjsip_hangup.txt
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.
Comments:By: Asterisk Team (asteriskteam) 2016-10-13 14:04:22.588-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Alexei Gradinari (alexei gradinari) 2016-10-13 14:06:43.996-0500

The full backtrace

By: Rusty Newton (rnewton) 2016-10-13 17:46:22.248-0500

Thanks Alexei!!