[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Subversion segmentation fault for 1 repository



> open("graphics/db/__db.001", O_RDWR)    = 5

The failing repository is a BDB repository.

> > >This repo is very big - server repo directory is 7.1 GB. Maybe this is a reason
> > >for that? All other repositories work fine, although they are much smaller.

Are the other repositories using BDB or FSFS?  Look in
repository/db/fs-type to find out.

Which version of Berkeley DB is used on the two machines?  Oldstable
appears to be libdb4.4, stable is libdb4.6, unstable is perhaps
libdb4.7.

BDB databases are supposed to be portable from 32 to 64 bits:
http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_misc/faq.html
but if for some reason that doesn't work the last ditch solution is to
dump the database on the 32 bit machine, transfer the dump, and load
it on the 64 bit machine.

-- 
Philip



Reply to: