[Freeswitch-users] Memory leak with mod_local_stream

2009-11-23 Thread Rob Forman
Hey guys, Having a problem with mod_local_stream. I recently did a make current from 15334 to the latest trunk (15630). After restarting, there now appears to be a memory leak. On a test system (CentOS 5.4, 64-bit) with no calls or registrations, Freeswitch gradually consumes all of the

Re: [Freeswitch-users] Memory leak with mod_local_stream

2009-11-23 Thread Jay Binks
if you suspect 15431 to have caused this, then revert to 15430 and see if the problem exists. if you can narrow do the bug to a specific svn revision, then you greatly assist in the resolution of the issue. apart from that im not much help sorry. maybe someone else can lab it up and see if

Re: [Freeswitch-users] Memory leak with mod_local_stream

2009-11-23 Thread Michael Jerris
That rev should have fixed that memory leak, could you test mod_local_stream.c from rev 15430 (http://fisheye.freeswitch.org/browse/~raw,r=15430/FreeSWITCH/src/mod/formats/mod_local_stream/mod_local_stream.c) with your current fs version to confirm this is the cause please? Mike On Nov 23,

Re: [Freeswitch-users] Memory leak with mod_local_stream

2009-11-23 Thread Rob Forman
I tried mod_local_stream.c from rev 15430, did a make clean make all make install-- but it didn't fix it so it wasn't that patch. I'll make current and try valgrind again unless someone has other ideas. Rob On Nov 23, 2009, at 4:15 PM, Michael Jerris wrote: That rev should have fixed that

Re: [Freeswitch-users] Memory leak with mod_local_stream

2009-11-23 Thread Rob Forman
Ignore this. I'm an idiot. Rob :) On Nov 23, 2009, at 4:15 PM, Michael Jerris wrote: That rev should have fixed that memory leak, could you test mod_local_stream.c from rev 15430 (http://fisheye.freeswitch.org/browse/ ~raw,r=15430/FreeSWITCH/src/mod/formats/mod_local_stream/