Re: [Freeswitch-users] memory leak - outbound socket

2009-09-23 Thread Michael Jerris
This should now be resolved in svn trunk. Mike On Sep 16, 2009, at 11:39 AM, Christian Löschenkohl wrote: > as a good fs user - of course i am :-) - i made a jira on this > MODAPP-336 to be precise > > i hope this helps to solve my problem > > br > > On 2009-09-16 17:05, Rupa Schomaker wrote: >>

Re: [Freeswitch-users] memory leak - outbound socket

2009-09-16 Thread Christian Löschenkohl
as a good fs user - of course i am :-) - i made a jira on this MODAPP-336 to be precise i hope this helps to solve my problem br On 2009-09-16 17:05, Rupa Schomaker wrote: > Either: > > 1) Provide a simple self-contained example that demonstrates the leak > > or > > 2) Run your application with

Re: [Freeswitch-users] memory leak - outbound socket

2009-09-16 Thread Rupa Schomaker
Either: 1) Provide a simple self-contained example that demonstrates the leak or 2) Run your application with FreeSWITCH under valgrind and provide the final output. To run freeswitch under valgrind: http://wiki.freeswitch.org/wiki/Reporting_Bugs#Collection_Information_With_Valgrind_.28Linux.2

[Freeswitch-users] memory leak - outbound socket

2009-09-16 Thread Christian Löschenkohl
hello version : 1.0.4 std. tarball - the wiki example for php outbound socket connection leaks memory without the async option - the memory used is never given back - async isn't that usefull for us - we want to query databases, set variables and so on no wait statements are possible <<