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

Re: [Issue 1069] Changed - Ran out of file descriptors while running svn merge

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-04 21:47:42 CET

Ben Collins-Sussman wrote:

>Branko Čibej <brane@xbc.nu> writes:
>
>
>
>>>+ But at no point does the editor ever call RA->open(). It uses the
>>>+ *already* open ra_session2 to do all GET requests. So in the case of
>>>+ ra_local, I can't see any reason why the repository/fs would ever be
>>>+ explicitly opened more than twice.
>>>+
>>>+ Still investigating.
>>>
>>>
>>>
>>>
>>The second open is in svn_ra_local__split_URL.
>>
>>
>
>Huh? I'm not understanding you at all.
>
>RA->open() calls that internal function over and over, until it
>doesn't return error anymore, i.e. it actually succeeded in finding a
>BDB environment to open. That's exactly one opening of the BDB
>environment... one per RA->open() call.
>
>
Well, all I can say is that on HP-UX, diff, merge, switch, etc. break
when we try to mmap an already-mmapped BDB environment file while
opening the repo a second time in svn_ra_local__split_URL. Where does
ra_session2 come from, if not from there?

The handle leak might be somewhere else, of course.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 4 21:51:46 2003

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.