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

Re: BDB-4.4 and automatic database recovery

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-01-18 17:14:28 CET

Branko Èibej <brane@xbc.nu> writes:

> Philip, if you'd care to valgrind this some more, I'd appreciate it
> very much. My Purify is totally useless...

Using trunk r18150 (i.e. post-merge) the import now works.

I've found another valgrind issue:

$ rm -rf repo && svnadmin create repo --fs-type bdb
$ svn ls svn://localhost/repo

I'm running svnserve under valgrind:

$ valgrind -q --db-attach=yes --num-callers=20 svnserve -Xr.
==1612== Invalid read of size 4
==1612== at 0x1BCEA066: svn_fs_bdb__get_panic (env.c:681)
==1612== by 0x1BCF2487: cleanup_fs_db (fs.c:125)
==1612== by 0x1BCF259E: cleanup_fs (fs.c:171)
==1612== by 0x1BCF2822: cleanup_fs_apr (fs.c:291)
==1612== by 0x1BACEF7C: pool_clear_debug (apr_pools.c:2027)
==1612== by 0x1BACF230: pool_destroy_debug (apr_pools.c:1450)
==1612== by 0x1BACEF46: pool_clear_debug (apr_pools.c:1367)
==1612== by 0x1BACF230: pool_destroy_debug (apr_pools.c:1450)
==1612== by 0x1BACF319: apr_pool_terminate (apr_pools.c:1269)
==1612== by 0x1BACF6FB: apr_terminate (start.c:82)
==1612== by 0x1BBB7B61: exit (exit.c:54)
==1612== by 0x804BE58: main (main.c:562)
==1612== Address 0x1BD537B8 is 16 bytes inside a block of size 60 free'd
==1612== at 0x1B906B04: free (vg_replace_malloc.c:152)
==1612== by 0x1BACF0CD: pool_clear_debug (apr_pools.c:1390)
==1612== by 0x1BACF230: pool_destroy_debug (apr_pools.c:1450)
==1612== by 0x1BACEF46: pool_clear_debug (apr_pools.c:1367)
==1612== by 0x1BACF230: pool_destroy_debug (apr_pools.c:1450)
==1612== by 0x1BACEF46: pool_clear_debug (apr_pools.c:1367)
==1612== by 0x1BACF230: pool_destroy_debug (apr_pools.c:1450)
==1612== by 0x1BACF319: apr_pool_terminate (apr_pools.c:1269)
==1612== by 0x1BACF6FB: apr_terminate (start.c:82)
==1612== by 0x1BBB7B61: exit (exit.c:54)
==1612== by 0x804BE58: main (main.c:562)

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 18 20:48:23 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.