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

Re: make check failing on log_tests.py

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2001-12-17 03:20:14 CET

Philip Martin <philip@codematters.co.uk> writes:

> Hi
>
> 'make check' is failing while running log_tests.py, all the commits for
> revisions 4 to 9 fail with 'Transaction is out of date'
>
> Does anyone else see this?

After log_tests.py fails if I try

$ cd subversion/tests/clients/cmdline
$ svn ci working_copies/log_tests/

I get the same "out of date" error. However if I use the
electric-fence malloc/free debugger the commit succeeds:

$ LD_PRELOAD=libefence.so.0.0 svn ci working_copies/log_tests/

Now since the memory pools reuse malloc'd memory without free'ing it
(which is perfectly acceptable) they defeat much of electric-fence's
checking. However electric-fence will cause the memory to be allocated
differently, in particular it will use more and spread it more
widely. This behaviour is with pristine subversion code, no local
changes.

I conclude that the problem is not my configuration or build, but that
there is a bug in the pool code, or a pool memory overwrite somewhere
in the subversion code, and my setup just happens to trigger it.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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.