[Home]

Summary:ASTERISK-25561: app_queue.c line 6503 (try_calling): mutex 'qe->chan' freed more times than we've locked!
Reporter:Alec Davis (alecdavis)Labels:
Date Opened:2015-11-16 03:44:43.000-0600Date Closed:2015-11-17 08:10:34.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:13.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:commit aae45acbd (Mark Michelson             2015-04-15 10:38:02 -0500  6525)
refer ASTERISK-24958

above commit removed  ast_channel_lock(qe->chan);
but failed to remove corresponding ast_channel_unlock(qe->chan);
Comments:By: Asterisk Team (asteriskteam) 2015-11-16 03:44:46.193-0600

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: Richard Mudgett (rmudgett) 2015-11-16 12:26:02.372-0600

Why was this in waiting for feedback?

By: Alec Davis (alecdavis) 2015-11-16 13:02:16.029-0600

Sorry I'm a bit rusty.

But the button does say "Request Feedback", and I wanted feedback :).