[asterisk-bugs] [JIRA] (ASTERISK-27656) CDR: Leaking channel snapshots allocated by stasis_channel.c

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Mon Apr 1 13:21:55 CDT 2019


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Harwell updated ASTERISK-27656:
-------------------------------------

    Target Release Version/s: 16.3.0

> CDR: Leaking channel snapshots allocated by stasis_channel.c
> ------------------------------------------------------------
>
>                 Key: ASTERISK-27656
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27656
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CDR/General, Resources/res_stasis
>    Affects Versions: 13.19.0, 15.2.0
>         Environment: Debian 9 with asterisk-13.19.0
>            Reporter: Kristijan Vrban
>            Assignee: Richard Mudgett
>      Target Release: 13.19.1, 13.20.0, 15.2.1, 15.3.0, 16.0.0, 16.3.0
>
>         Attachments: 27656-memory-show-allocations-after.txt.gz, 27656-memory-show-summary-after.txt, 27656-memory-show-summary-before.txt, valgrind.txt
>
>
> Seems there is a memory leak in "stasis_channels.c"
> Command asterisk -rx'memory show summary' |sort -n
> show that 23443200 bytes in      15984 allocations in file stasis_channels.c is growing with every call.
> Minimal example config to reproduce:
> sip.conf
> {noformat}
> [general]
> bindaddr=192.168.198.133
> [peer_in]
> type=peer
> insescure=port,invite
> port=5099
> host=192.168.198.133
> disallow=all
> allow=alaw
> allow=ulaw
> directmedia=no
> context=default
> {noformat}
> extensions.conf
> {noformat}
> [default]
> exten => 333,1,Dial(SIP/${EXTEN}@192.168.198.140)
> exten => 333,n,Hangup
> {noformat}
> and then sipp it, and check with command:
> asterisk -rx'memory show summary' |sort -n



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



More information about the asterisk-bugs mailing list