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

Re: svn client hangs on db access

From: Jim Blandy <jimb_at_red-bean.com>
Date: 2002-08-02 19:23:46 CEST

Peter Schuller <peter.schuller@infidyne.com> writes:
> For the record, a db_recover -ve solved the problem.
>
> It's a bit spooky though that the db gets corrupted like that
> considering there was no crash infolved.

The DB isn't corrupted --- it's fine. But since Berkeley DB uses its
own locks, not some kernel-provided mechanism, there's no way to
ensure that when a process exits unexpectedly, its locks are
released. The next process comes in, finds the dead process's locks,
and politely waits for something that will never happen.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 2 19:24:36 2002

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.