You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Barstow <Jo...@gfsg.co.nz> on 2002/10/31 21:49:55 UTC

Memory leak in svn update?

Hmmm.....doing an update that added about 1000 html files resulted in the
following error AND a hung system.

svn: Problem running log
svn: in directory GFSG/Website/Secure/SubPageHtml
svn: start_handler: error processing command 'modify-entry' in
GFSG/Website/Secure/SubPageHtml
svn: error merge_syncing entry `AddProfile.asp'
svn: Insufficient system resources exist to complete the requested service.
svn: svn_wc__entries_write: GFSG/Website/Secure/SubPageHtml

John C Barstow

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

Re: Memory leak in svn update?

Posted by Nuutti Kotivuori <na...@iki.fi>.
Philip Martin wrote:
> Nuutti Kotivuori <na...@iki.fi> writes:
>> There is a known issue about having several files in a single
>> directory - if you find it, you are welcome to attach any
>> additional information to it.
> 
> Known issue?  Are you referring to the PROPFIND on a large directory
> problem?  John's problem is different, it's client side.

Ah yes - my mistake. I think I'm going to do some testing on my own
with a large amount of files.

-- Naked


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

Re: Memory leak in svn update?

Posted by Philip Martin <ph...@codematters.co.uk>.
Nuutti Kotivuori <na...@iki.fi> writes:

> John Barstow wrote:
> > Hmmm.....doing an update that added about 1000 html files resulted
> > in the following error AND a hung system.
> > 
> > svn: Problem running log svn: in directory GFSG/Website/Secure/SubPageHtml
> > svn: start_handler: error processing command 'modify-entry' in GFSG/Website/Secure/SubPageHtml
> > svn: error merge_syncing entry `AddProfile.asp'
> > svn: Insufficient system resources exist to complete the requested service.
> > svn: svn_wc__entries_write: GFSG/Website/Secure/SubPageHtml
> 
> There is a known issue about having several files in a single
> directory - if you find it, you are welcome to attach any additional
> information to it.

Known issue?  Are you referring to the PROPFIND on a large directory
problem?  John's problem is different, it's client side.

Can anyone translate "Insufficient system resources exist to complete
the requested service", is a general catch-all error or does it have a
special meaning?  More or less the first hit on google is

http://support.microsoft.com/default.aspx?scid=KB;EN-US;q259837&

which is a WindowsNT4.0/Windows2000 bug in CopyFileEx and CopyFile.


-- 
Philip Martin

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

Re: Memory leak in svn update?

Posted by Nuutti Kotivuori <na...@iki.fi>.
John Barstow wrote:
> Hmmm.....doing an update that added about 1000 html files resulted
> in the following error AND a hung system.
> 
> svn: Problem running log svn: in directory
> GFSG/Website/Secure/SubPageHtml svn: start_handler: error processing
> command 'modify-entry' in GFSG/Website/Secure/SubPageHtml svn: error
> merge_syncing entry `AddProfile.asp' svn: Insufficient system
> resources exist to complete the requested service.  svn:
> svn_wc__entries_write: GFSG/Website/Secure/SubPageHtml

There is a known issue about having several files in a single
directory - if you find it, you are welcome to attach any additional
information to it.

Oh and, if you aren't already - please run the latest client you can -
memory leaks have been fixed recently.

-- Naked


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