[asterisk-bugs] [Asterisk 0014636]: memory leak in "strings.c"
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 4 09:03:48 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14636
======================================================================
Reported By: pj
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 14636
Category: Core/PBX
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
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-04 09:03 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
======================================================================
----------------------------------------------------------------------
(0104083) pj (reporter) - 2009-05-04 09:03
http://bugs.digium.com/view.php?id=14636#c104083
----------------------------------------------------------------------
Asterisk SVN-trunk-r191136 compiled without MALLOC_DEBUG, still leaking:
0 active channels
0 active calls
107 calls processed
cat /proc/<pid>/status
VmPeak: 73460 kB
VmSize: 73456 kB
VmLck: 0 kB
VmHWM: 14760 kB
VmRSS: 14748 kB
VmData: 61580 kB
VmStk: 96 kB
VmExe: 1620 kB
VmLib: 9348 kB
VmPTE: 84 kB
Threads: 17
Issue History
Date Modified Username Field Change
======================================================================
2009-05-04 09:03 pj Note Added: 0104083
======================================================================
More information about the asterisk-bugs
mailing list