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

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Nov 18 11:54:03 CST 2013


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

Matt Jordan commented on ASTERISK-22833:
----------------------------------------

{quote}
Without digging two much, is their a path in which ast_channel_destructor does not get called on channel destroy. IE some set of circumstances like say with ast_queue_hangup or any other mechanism that can skip the ast_channel_destructor from being called. Or where the onis is on the user with whom needs to call it them
{quote}

No. If the reference count on a channel reaches 0, it will always call {{ast_channel_destructor}}. If the reference count on a channel does not reach 0, then it will not be called.


                
> 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