[asterisk-bugs] [Asterisk 0017234]: [patch] Memory leak in manager.c
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 8 07:41:05 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17234
======================================================================
Reported By: mav3rick
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17234
Category: Core/ManagerInterface
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Target Version: 1.6.2.9
Asterisk Version: 1.6.2.7-rc2
JIRA: SWP-1333
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-04-23 06:02 CDT
Last Modified: 2010-06-08 07:41 CDT
======================================================================
Summary: [patch] Memory leak in manager.c
Description:
I detected a memory leak in manager.c, on latest Asterisk 1.6.2.7-rc2.
Leak is reproductible in 1.6.2.6.
6622144 bytes in 30993 allocations in file 'manager.c'
7100873 bytes in 33065 allocations in file 'manager.c'
7352505 bytes in 34160 allocations in file 'manager.c'
7636791 bytes in 35405 allocations in file 'manager.c'
8039968 bytes in 37165 allocations in file 'manager.c'
9430346 bytes in 43322 allocations in file 'manager.c'
I'm sending Originate (async) AMI commands using the built-in HTTP
server.
Attached: valgrind run with --leak-check=full --show-reachable=yes, and
"memory show allocations". Asterisk was compiled with MALLOC_DEBUG and
DONT_OPTIMIZE.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0017365 Race condition causes manager session e...
======================================================================
----------------------------------------------------------------------
(0123098) svnbot (reporter) - 2010-06-08 07:41
https://issues.asterisk.org/view.php?id=17234#c123098
----------------------------------------------------------------------
Repository: asterisk
Revision: 268732
_U branches/1.6.2/
U branches/1.6.2/main/manager.c
U branches/1.6.2/res/res_smdi.c
------------------------------------------------------------------------
r268732 | tilghman | 2010-06-07 14:00:37 -0500 (Mon, 07 Jun 2010) | 18
lines
Merged revisions 268653,268731 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r268653 | tilghman | 2010-06-07 12:14:40 -0500 (Mon, 07 Jun 2010) | 2
lines
Avoid unloading res_smdi twice.
(closes issue https://issues.asterisk.org/view.php?id=17237)
Reported by: pabelanger
........
r268731 | tilghman | 2010-06-07 13:59:27 -0500 (Mon, 07 Jun 2010) | 4
lines
Event well was going dry.
(issue https://issues.asterisk.org/view.php?id=17234)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=268732
Issue History
Date Modified Username Field Change
======================================================================
2010-06-08 07:41 svnbot Checkin
2010-06-08 07:41 svnbot Note Added: 0123098
======================================================================
More information about the asterisk-bugs
mailing list