You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Chia-liang Kao <cl...@clkao.org> on 2004/12/29 03:20:35 UTC

ra_dav pool usage madness

I just found massive memory leak in SVN::Mirror when mirroring via ra_dav.
The problem is the reporter code in ra_dav is using ras->pool everywhere,
which is the session pool.  It should use a pool limited to the reporter,
so multiple reporter in the same session (which SVN::Mirror uses) will have
reasonable memory usage.

Cheers,
CLK
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org