[asterisk-bugs] [JIRA] (ASTERISK-22833) channel: Channel reference leak

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Thu Nov 21 20:12:03 CST 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-22833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=212103#comment-212103 ] 

Richard Mudgett edited comment on ASTERISK-22833 at 11/21/13 8:10 PM:
----------------------------------------------------------------------

{noformat}
[testlines]
exten => 120,1,Answer()
exten => 120,n,Playback(please-wait)
exten => 120,n,Dial(SIP/10001 at 10001)
exten => 120,n,Set(loopc=0)
exten => 120,n(mloop),Set(loopc=$[${loopc} + 1])
exten => 120,n,SayNumber(${loopc},f)
exten => 120,n,Wait(1)
exten => 120,n,Goto(mloop)
{noformat}

                
      was (Author: twitch):
    [testlines]
exten => 120,1,Answer()
exten => 120,n,Playback(please-wait)
exten => 120,n,Dial(SIP/10001 at 10001)
exten => 120,n,Set(loopc=0)
exten => 120,n(mloop),Set(loopc=$[${loopc} + 1])
exten => 120,n,SayNumber(${loopc},f)
exten => 120,n,Wait(1)
exten => 120,n,Goto(mloop)
                  
> 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: Matt Jordan
>            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