[asterisk-bugs] [JIRA] (ASTERISK-27067) res_ari_channels: channel_state_invalid always leaks snapshot reference.

Lei Fu (JIRA) noreply at issues.asterisk.org
Tue May 15 03:38:56 CDT 2018


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

Lei Fu commented on ASTERISK-27067:
-----------------------------------

Hi

We have the following error in asterisk full, we didn't increase openfiles number, but should it crash due to this issue? more log attached

[May 15 15:08:26] WARNING[95608] alertpipe.c: Failed to create alert pipe: Too many open files
[May 15 15:08:26] ERROR[93524] tcptls.c: TCP/TLS accept failed: Too many open files

> res_ari_channels: channel_state_invalid always leaks snapshot reference.
> ------------------------------------------------------------------------
>
>                 Key: ASTERISK-27067
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27067
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_ari_channels
>    Affects Versions: 14.2.1, 14.5.0, GIT, 15.1.0
>         Environment: Debian 8
>            Reporter: Marin Odrljin
>            Assignee: Corey Farrell
>              Labels: patch, pjsip
>      Target Release: 15.2.0
>
>         Attachments: ASTERISK-27067.patch, asterisk-full.txt, debug_log.txt, mem1.txt, mem2.txt, mem3.txt, mem4.txt, mmlog.txt, refs2.zip
>
>
> Starting with Asterisk 14 and usage of ARI, memory is leaking on stasis_channels.c file. In Asterisk v13.11.2 this is not happening. After I have noticed it on version 14.2.1, I've found an open issue ASTERISK-26767 and thought this is the problem (althought I don't use channelvars in ari.conf, but I do use vars in dialplan when starting ari app) and installed 14.5 but unfortunately problem didn't dissapear so it must be something else.
> In extensions.conf I have following:
> {noformat}
> [from-iax2-server-1]
> exten => _.,1,Stasis(AriStart,TRUNK=${CHANNEL(peername)})
> {noformat}
> My ARI app originates calls to other server through IAX2 and receives calls back from the same server and channel driver. I've also tried other channel drivers SIP and PJSIP and issue was still there.
> What is obvious is when I run CLI command 'memory show summary', there is large memory allocation growth in file 'stasis_channels.c'. You can see it in attached files 'memX.txt'.
> I have enabled 'MALLOC_DEBUG' but unfortunatelly there is only one line in 'mmlog' file, and I don't understand why.
> Memory is growing until Asterisk eats all available memory and then crashes!



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list