[asterisk-bugs] [JIRA] (ASTERISK-22093) Deadlock in chan_local
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Jul 18 08:46:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208044#comment-208044 ]
Matt Jordan edited comment on ASTERISK-22093 at 7/18/13 8:45 AM:
-----------------------------------------------------------------
I don't think this has anything to do with Local channels.
Rather, it looks like a locking inversion between reloading the dialplan from {{pbx_lua}} (and one of the dialplan context locks) and a channel lock. Unfortunately, without a {{core show locks}} it's difficult to find the culprit.
A {{bt full}} might give a bit more information such that the culprit can be found.
was (Author: mjordan):
I don't think this has anything to do with Local channels.
Rather, it looks like a locking inversion between reloading the dialplan from {{pbx_lua}} (and one of the dialplan context locks) and a channel lock. Unfortunately, without a {{ core show locks }} it's difficult to find the culprit.
A {{bt full}} might give a bit more information such that the culprit can be found.
> Deadlock in chan_local
> ----------------------
>
> Key: ASTERISK-22093
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22093
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_local
> Affects Versions: 11.5.0
> Reporter: David Brillert
> Severity: Critical
> Attachments: gdb thread apply all bt.txt
>
>
> Third deadlock in two weeks.
> Asterisk not built with NOT_OPTIMIZED or thread debug options.
> The best I could do was attach GDB to Asterisk PID and get a thread apply all BT (attached)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list