You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Norbert Unterberg <ne...@gmx.net> on 2005/01/14 10:54:43 UTC

collab.net SVN repository wedged?

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


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

Re: collab.net SVN repository wedged?

Posted by "C. Michael Pilato" <cm...@collab.net>.
Norbert Unterberg <ne...@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