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

Re: massive memory leak

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 19 Oct 2010 18:01:06 +0100

"C. Michael Pilato" <cmpilato_at_collab.net> writes:

> On 10/19/2010 12:41 PM, Stefan Küng wrote:
>> I tried to check out npp:
>> https://notepad-plus.svn.sourceforge.net/svnroot/notepad-plus/trunk
>>
>> Nothing special about file sizes or number of files.
>
> Can you try it without SSL? (Is that possible?) I seem to recall Paul
> Burba looking into and solving an SSL-only massive ra_serf memory leak recently.

Using that SSL URL the memory is leaked on my Linux box using serf.
When I replace https with http the checkout starts and appears not to
leak memory, but it fails randomly, e.g. like this:

../src/subversion/libsvn_wc/update_editor.c:4189: (apr_err=200014)
svn: Checksum mismatch for '/home/pm/sw/subversion/obj/x1/scintilla/cocoa/ScintillaView.mm':
   expected: 10fdb67ead5e76cc5f9ac1a147144511
     actual: 37ac596ba413089673fe32c6986c079f

or like this:

A x1/scintilla/cocoa/ScintillaView.h
../src/subversion/svn/checkout-cmd.c:172: (apr_err=20014)
../src/subversion/libsvn_client/checkout.c:246: (apr_err=20014)
../src/subversion/libsvn_client/update.c:295: (apr_err=20014)
../src/subversion/libsvn_client/update.c:295: (apr_err=20014)
../src/subversion/libsvn_client/update.c:218: (apr_err=20014)
../src/subversion/libsvn_ra_serf/update.c:2332: (apr_err=20014)
svn: Error retrieving REPORT (20014): Internal error

or like this:

A x1/scintilla/zipsrc.bat
../src/subversion/svn/checkout-cmd.c:172: (apr_err=175009)
../src/subversion/libsvn_client/checkout.c:246: (apr_err=175009)
../src/subversion/libsvn_client/update.c:295: (apr_err=175009)
../src/subversion/libsvn_client/update.c:295: (apr_err=175009)
../src/subversion/libsvn_client/update.c:218: (apr_err=175009)
../src/subversion/libsvn_ra_serf/update.c:2329: (apr_err=175009)
../src/subversion/libsvn_ra_serf/util.c:1591: (apr_err=175009)
../src/subversion/libsvn_ra_serf/util.c:1591: (apr_err=175009)
../src/subversion/libsvn_ra_serf/util.c:1298: (apr_err=175009)
../src/subversion/libsvn_ra_serf/util.c:1298: (apr_err=175009)
svn: XML parsing failed: (207 Multi-Status)

-- 
Philip
Received on 2010-10-19 19:01:48 CEST

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.