[OpenSIPS-Devel] [ opensips-Bugs-3609238 ] Memory leak

SourceForge.net noreply at sourceforge.net
Wed Mar 27 08:02:49 CET 2013


Bugs item #3609238, was opened at 2013-03-27 00:02
Message generated for change (Tracker Item Submitted) made by nikbyte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3609238&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.9.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nick Altmann (nikbyte)
Assigned to: Nobody/Anonymous (nobody)
Summary: Memory leak

Initial Comment:
After adding
----------------------------------------------------------------------------------------------------
        if (($tU !~ "'") && ($td !~ "'") && ($ct !~ "'")) {
                avp_db_query("DELETE FROM location WHERE username='$tU' and domain='$td' and contact='$ct.fields(uri)' and path like '%sip:$si:$sp;%'");
        }
----------------------------------------------------------------------------------------------------
for REGISTER call to scenario, I've get shmem memory leak about 250 Mb in 4 hours on system with about 30k regs.

My suspicions is on $ct.fields(url). But I don't know exactly.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3609238&group_id=232389



More information about the Devel mailing list