[asterisk-bugs] [Asterisk 0017255]: [patch] UDP ports not freed/ports leaking

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Feb 25 10:35:08 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17255 
====================================================================== 
Reported By:                kvveltho
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17255
Category:                   Core/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           SVN 
JIRA:                       SWP-1410 
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/1101/ 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-04-28 06:23 CDT
Last Modified:              2011-02-25 10:35 CST
====================================================================== 
Summary:                    [patch] UDP ports not freed/ports leaking
Description: 
The following is not fixed:

These release candidates resolve an issue with UDP ports not being freed,
per
issue https://issues.asterisk.org/view.php?id=16774
(https://issues.asterisk.org/view.php?id=16774)

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0016774 [patch] [regression] 1.6.1.13 and 1.6.1...
related to          0018121 Early bind of UDPTL ports can create a ...
====================================================================== 

---------------------------------------------------------------------- 
 (0132410) rgagnon (reporter) - 2011-02-25 10:35
 https://issues.asterisk.org/view.php?id=17255#c132410 
---------------------------------------------------------------------- 
Definitely something to look into, but it could be likely a totally
different bug if so.

In all of my current tests, when compiled with REF_DEBUG defined in
chan_sip.c... If I shutdown asterisk with "core stop gracefully", the
refcounter utlity will show no problems at all.  So anything that was
ao2_alloc()'d is being properly removed from memory. 

This patch only messed with anything ao2_alloc'd or ao2_ref'd, so other
plain ast_malloc() calls were not modified.

Would you be able to test the same conditions, and get the same reports on
a version of the code without the patch I've created so that any
differences in the reports can be seen? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-25 10:35 rgagnon        Note Added: 0132410                          
======================================================================




More information about the asterisk-bugs mailing list