[asterisk-bugs] [JIRA] (ASTERISK-22944) Reload Memory Leak.

Jean-Marc Pigeon (JIRA) noreply at issues.asterisk.org
Fri Dec 6 12:55:03 CST 2013


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

Jean-Marc Pigeon commented on ASTERISK-22944:
---------------------------------------------

Please would you mind to read my bug report carefully again, I am telling you everything.
Problem is related to a configuration reload (SAME configuration reload again and again, make asterisk memory size as reported by Kernel 
to increase (around 30 Megs) every time).

This means, you build the new configuration (allocating new Memory (malloc)), but are not fully freeing the old one (free)).

Our production configuration files are not complex, sip.conf and extensions.conf (beside that, config files are genuine).

Please NOTE: I am not reporting a potential memory leak while the system is doing  call tasks (I have no indication of malfunction in this area),
just during the "asterisk -rx 'reload'" where you have a "jump" on memory reported by kernel. 
IMHO, problem is most probably in "dialplan reload".

Hopefully, my report will make better sense now.
                
> Reload Memory Leak.
> -------------------
>
>                 Key: ASTERISK-22944
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22944
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 11.6.0
>         Environment: CentOS release 6.4 
>            Reporter: Jean-Marc Pigeon
>            Assignee: Jean-Marc Pigeon
>
> System in production, work no trouble, found the used memory was a little bit high 
> VSZ 203632, RSS 76152  
> Restarted asterisk (service asterisk restart)
> New Memory values are 81636 48376 (rather stable  while calls are processed).
> done an asterisk -rx "reload"
> New Memory values are 115128 82524
> new asterisk reload
> New Memory values are 147112 115200
> So it seems each time the SAME configuration is reloaded, used memory increase.
> test done on 2 different asterisks (but same asterisk versions).

--
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