[Home]

Summary:ASTERISK-25847: SLA causing segfaults
Reporter:Paul Sandys (paf)Labels:
Date Opened:2016-03-15 15:40:00Date Closed:2016-03-15 15:43:47
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:1.8.32.3 Frequency of
Occurrence
Frequent
Related
Issues:
Environment:Attachments:
Description:SLA setup, random crashes every couple days:

Core was generated by `/usr/sbin/asterisk -f -vvvg -c'.
Program terminated with signal 11, Segmentation fault.
#0  ast_softhangup_nolock (chan=0x0, cause=1) at channel.c:2737
2737            chan->_softhangup |= cause;
(gdb)
(gdb) bt
#0  ast_softhangup_nolock (chan=0x0, cause=1) at channel.c:2737
#1  ast_softhangup (chan=0x0, cause=1) at channel.c:2751
#2  0x00002aed832800e9 in sla_handle_hold_event (data=<value optimized out>) at app_meetme.c:6098
#3  sla_thread (data=<value optimized out>) at app_meetme.c:6341
#4  0x0000000000544fec in dummy_start (data=<value optimized out>) at utils.c:1151
#5  0x000000333760683d in start_thread () from /lib64/libpthread.so.0
#6  0x0000003336ad4fcd in clone () from /lib64/libc.so.6
#7  0x0000000000000000 in ?? ()
(gdb)
Comments:By: Asterisk Team (asteriskteam) 2016-03-15 15:40:01.399-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: Joshua C. Colp (jcolp) 2016-03-15 15:43:34.326-0500

Per the Asterisk versions page [1], the maintenance (bug fix) support for the Asterisk branch you are using has ended. For continued maintenance support please move to a supported branch of Asterisk. After testing with a supported branch, if you find this problem has not been resolved, please open a new issue against the latest version of that Asterisk branch.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions