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

Re: Access right (?) config

From: <cmpilato_at_collab.net>
Date: 2002-10-17 15:24:05 CEST

Marc Poinot <Marc.Poinot@onera.fr> writes:

> The stack we can see in the core (svn) shows some final calls
> and cleanups. See below.
> Everything is build -n32, with the SGI native compiler (and db 4.0.14).
> Can you give me some hints, I don't know SVN to debug it, but if you give me
> some pointers I can make some tests.

Well, what you are seeing is that some warning has been issued by
Berkeley. The filesystem's registered cleanup functions see that
warning and fail in the loudest way possible -- by calling abort().
You'll need to figure out where and why that warning is being
generated. I'd say to point a breakpoint on
libsvn_fs/fs.c:fs_cleanup_apr() and roll from there.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 15:26:22 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.