[asterisk-bugs] [JIRA] (ASTERISK-22833) channel: Channel reference leak
Mitch Rodrigues (JIRA)
noreply at issues.asterisk.org
Mon Dec 16 17:53:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213024#comment-213024 ]
Mitch Rodrigues commented on ASTERISK-22833:
--------------------------------------------
Sorry about the delayed result here is a better example of a dialplan, without business logic nested in it.
exten => 127,1,Answer()
exten => 127,n,Set(loopc=0)
exten => 127,n(spyloop127),Set(loopc=$[${loopc} + 1])
exten => 127,n,SayNumber(2,f)
exten => 127,n,Wait(2)
exten => 127,n,Goto(spyloop127)
exten => 127,n,Dial(SIP/<PHONENUMBER>@<Outboundprox>)
exten => 127,n,Hangup()
> channel: Channel reference leak
> -------------------------------
>
> Key: ASTERISK-22833
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22833
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/Channels
> Affects Versions: 11.5.1, 11.6.0
> Environment: centos
> Reporter: Mitch Rodrigues
> Assignee: Mitch Rodrigues
> Severity: Critical
>
> fd pipes linger from channel internals after call has been terminated. Seems to to also leave around alot of anon_inodes when doing lsof
>
--
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