[asterisk-bugs] [Asterisk 0014636]: memory leak in "strings.c"
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed May 13 01:52:27 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14636
======================================================================
Reported By: pj
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 14636
Category: Channels/chan_skinny
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 180373
Request Review:
======================================================================
Date Submitted: 2009-03-10 05:59 CDT
Last Modified: 2009-05-13 01:52 CDT
======================================================================
Summary: memory leak in "strings.c"
Description:
memory allocations for strings.c continuously growing,
after 4 days uptime and small amout of call processed,
my asterisk eats 120MB of RAM.
mmlog is empty
*CLI> core show calls uptime
0 active calls
320 calls processed
System uptime: 4 days, 15 hours, 32 minutes, 58 seconds
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0014680 unfreed memory in try_calling
======================================================================
----------------------------------------------------------------------
(0104662) mvanbaak (manager) - 2009-05-13 01:52
https://issues.asterisk.org/view.php?id=14636#c104662
----------------------------------------------------------------------
I'm not sure it's caused by re-registration.
We load the skinny devices and lines in memory on module load, and a
registration only sets some device/line struct members and does not really
allocate new memory. (skinny_register on line 1812 in trunk as of now)
But, I'm not sure as I did not look much further into this issue at the
moment.
We'll have to spend some more time on this one.
Issue History
Date Modified Username Field Change
======================================================================
2009-05-13 01:52 mvanbaak Note Added: 0104662
======================================================================
More information about the asterisk-bugs
mailing list