[asterisk-bugs] [JIRA] (ASTERISK-25561) app_queue.c line 6503 (try_calling): mutex 'qe->chan' freed more times than we've locked!
Alec Davis (JIRA)
noreply at issues.asterisk.org
Mon Nov 16 03:53:32 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alec Davis updated ASTERISK-25561:
----------------------------------
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);
was:
commit aae45acbd (Mark Michelson 2015-04-15 10:38:02 -0500 6525)
refer ASTERISK-24958
failed to remove an unlock
Summary: app_queue.c line 6503 (try_calling): mutex 'qe->chan' freed more times than we've locked! (was: p_queue.c line 6503 (try_calling): mutex 'qe->chan' freed more times than we've locked!)
> app_queue.c line 6503 (try_calling): mutex 'qe->chan' freed more times than we've locked!
> -----------------------------------------------------------------------------------------
>
> Key: ASTERISK-25561
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25561
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 13.6.0
> Reporter: Alec Davis
>
> 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);
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list