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

subversion-1.0.4 svnadmin recover crashes

From: Jean-Baptiste Quenot <jb.quenot_at_caraldi.com>
Date: 2004-06-11 01:38:36 CEST

Hello,

Since upgrading to subversion-1.0.4, svnadmin recover crashes. Please
find below some more information.

$ uname -a
FreeBSD <myhostname> 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386

$ pkg_info -r subversion-1.0.4
Information for subversion-1.0.4:

Depends on:
Dependency: perl-5.6.1_15
Dependency: openssl-0.9.7d
Dependency: expat-1.95.7
Dependency: neon-0.24.3_2
Dependency: apache-2.0.49

$ pkg_info -r apache-2.0.49
Information for apache-2.0.49:
 
Depends on:
Dependency: perl-5.6.1_15
Dependency: openssl-0.9.7d
Dependency: openldap-client-2.1.27
Dependency: expat-1.95.7
Dependency: db4-4.0.14_1,1

$ svnadmin recover /usr/local/var/svn
Please wait; recovering the repository may take some time...
svnadmin in free(): error: page is already free
Abort trap (core dumped)

$ gdb -c svnadmin.core svnadmin
Core was generated by `svnadmin'.
Program terminated with signal 6, Aborted.
(gdb) bt
#0 0x2826b3e3 in kill () from /usr/lib/libc.so.5
#1 0x282d61ec in abort () from /usr/lib/libc.so.5
#2 0x282d4a7e in tcflow () from /usr/lib/libc.so.5
#3 0x282d4aab in tcflow () from /usr/lib/libc.so.5
#4 0x282d5b78 in realloc () from /usr/lib/libc.so.5
#5 0x282d551e in tcflow () from /usr/lib/libc.so.5
#6 0x282d5728 in free () from /usr/lib/libc.so.5
#7 0x28189888 in __os_free () from /usr/local/lib/libdb4.so.0
#8 0x2818ae3f in __os_r_detach () from /usr/local/lib/libdb4.so.0
#9 0x281645f6 in __db_r_detach () from /usr/local/lib/libdb4.so.0
#10 0x2817ce5a in __log_dbenv_refresh () from /usr/local/lib/libdb4.so.0
#11 0x281608aa in __dbenv_refresh () from /usr/local/lib/libdb4.so.0
#12 0x28160322 in __dbenv_open () from /usr/local/lib/libdb4.so.0
#13 0x28090259 in svn_fs_berkeley_recover () from /usr/local/lib/libsvn_fs-1.so.0
#14 0x2807bf1a in svn_repos_recover () from /usr/local/lib/libsvn_repos-1.so.0
#15 0x08049fb9 in subcommand_recover ()
#16 0x0804abe9 in main ()
#17 0x080495d5 in _start ()

BTW when accessing the repository via mod_dav_svn, everything is
allright, but as soon as I use the svn+ssh protocol, the database needs
recovering.

Thanks in advance for any help,

-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 11 01:38:57 2004

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.