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

Re: collab.net SVN repository wedged?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-01-14 14:30:04 CET

Norbert Unterberg <nepo@gmx.net> writes:

> https://svn.collab.net/repos/svn/trunk
> --> Could not open the requested SVN filesystem
>
> http://svn.collab.net/viewcvs/svn/
> -->"Berkeley DB error while opening 'nodes' table for filesystem
> /usr/www/repositories/svn/db: Cannot allocate memory", 160029

It's back up now, but here are some interesting factiods.

   $ ~/bin/lock-check.py /usr/www/repositories/svn
   [Fri Jan 14 07:17:48 2005] Lock accumulation for '/usr/www/repositories/svn'
                              856 Number of current locks.
                              3053 Number of current lockers.
                              8 Number of current lock objects.

So, those numbers seem kinda high for a repository not currently being
accessed by anyone.

And, uh-oh. The error_log is full of stuff like this:

   httpd: subversion/libsvn_subr/path.c:114: svn_path_join: Assertion `is_canonical (component, clen)' failed.
   [Fri Jan 14 02:31:20 2005] [notice] child pid 24990 exit signal Aborted (6)
   httpd: subversion/libsvn_subr/path.c:114: svn_path_join: Assertion `is_canonical (component, clen)' failed.
   [Fri Jan 14 02:36:20 2005] [notice] child pid 24889 exit signal Aborted (6)
   ...

If the repository was open, those aborts are gonna mean big trouble
for the repository.

Investigating now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 14 14:35:39 2005

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.