[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

ra_dav pool usage madness

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2004-12-29 04:20:35 CET

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
Received on Wed Dec 29 04:22:17 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.