[asterisk-bugs] [JIRA] (ASTERISK-22833) FD Leaks

Mitch Rodrigues (JIRA) noreply at issues.asterisk.org
Fri Nov 8 18:02:03 CST 2013


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

Mitch Rodrigues edited comment on ASTERISK-22833 at 11/8/13 6:00 PM:
---------------------------------------------------------------------

This is a big one, as given any high volume calls you can hit your fd limit for the server in a couple days, as we are noticing.

-Steps to Reproduce:
-Turn on asterisk
-make some calls
-- Potential could be audiohook related its unclear (Use mixmonitor if tests fail)
-wait for scheduler threads to die
-view open file descriptors
-lsof see open anon inodes

List of FD's that remain open: http://pastebin.com/DdgM3W1s

Lsof of process: http://pastebin.com/yZHjmAxU

We have Investigated AGI for fd leaks, all pipes are closed, also looked at scheduler for 
leaks, that checked out, leaks seem to be in the channel_internals

                
      was (Author: twitch):
    This is a big one, as given any high volume calls you can hit your fd limit for the server in a couple days, as we are noticing.

-Steps to Reproduce:
-Turn on asterisk
-make some calls
-- Potential could be audiohook related its unclear (Use mixmonitor if tests fail)
-wait for scheduler threads to die
-view open file descriptors
-lsof see open anon inodes

List of FD's that remain open: http://pastebin.com/DdgM3W1s

Lsof of process: http://pastebin.com/yZHjmAxU

                  
> FD Leaks
> --------
>
>                 Key: ASTERISK-22833
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22833
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 11.5.1, 11.6.0
>         Environment: centos
>            Reporter: 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