[Home]

Summary:ASTERISK-21402: [patch] Unloading app_queue can cause AMI to segfault
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2013-04-10 13:52:36Date Closed:2013-04-10 16:43:24
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue Core/ManagerInterface
Versions:SVN 1.8.22.0 11.4.0 Frequency of
Occurrence
Related
Issues:
duplicatesASTERISK-21397 [patch] manager crash on unloading app_queue
Environment:Attachments:( 0) app_queue-cleanup.diff
( 1) app_queue-cleanup-1_8.diff
Description:app_queue fails to unregister some AMI actions.  Any attempt to read the name of the action (adding/removing/finding another action) results in a segfault.  One patch applies to 1.8, the other is for 11 and trunk.
Comments:By: Corey Farrell (coreyfarrell) 2013-04-10 13:55:16.138-0500

Unregister all AMI actions at unload.

By: Michael L. Young (elguero) 2013-04-10 16:43:08.366-0500

Thanks for the contribution... please make sure to check the issue tracker before creating an issue.

Your patch mirrors my patch... so we will go forward with the patch in the other issue... thanks though.

This was weird to get two reports in the same day.