[Home]

Summary:ASTERISK-25920: Asterisk 13.8.0 segfaults using app.queue when ringinuse set to yes and another call comes in.
Reporter:Harley Peters (hpeters63)Labels:
Date Opened:2016-04-13 14:33:36Date Closed:2016-04-14 09:59:30
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:13.8.0-rc1 13.8.0 Frequency of
Occurrence
Constant
Related
Issues:
duplicatesASTERISK-25888 Frequent segfaults in function can_ring_entry() of app_queue.c
Environment:Debian Jessie 8.4Attachments:( 0) backtrace.txt
( 1) backtrace2.txt
Description:When using the application queue in my incoming dial plan with ringinuse set to yes for the queue and a member of the the queue is already on a call and another call comes in asterisk segfaults.
server kernel: [941958.613419] asterisk[1825]: segfault at 154 ip 00007f5e77b0c628 sp 00007f5e60816600 error 4 in app_queue.so[7f5e77af9000+36000]
Comments:By: Asterisk Team (asteriskteam) 2016-04-13 14:33:37.734-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: Harley Peters (hpeters63) 2016-04-13 14:37:13.059-0500

Backtrace of the segfault.

By: Carlos Oliva (coliva) 2016-04-14 02:30:06.411-0500

In the backtrace seems to be the same problem described in ASTERISK-25888

Could you please try the suggested fix?

By: Harley Peters (hpeters63) 2016-04-14 09:03:05.882-0500

I tried the suggested patch from ASTERISK-25888
It has worked every time so far so this seems to be the same problem.
Thanks for pointing me in the right direction.

Harley