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

Upgradeing svn version

From: Alessandro Zappa <aubay.zappa_at_iwbank.it>
Date: Tue, 16 Sep 2008 13:12:10 +0200

Dear all,
I am updatng svn from version 1.4.4 to 1.4.6. After having compiling the 1.4.6 version, running the svnadmin I got a segmentation fault.

The backtrace from gdb is :

(gdb) run
Starting program: /usr/local/bin/svnadmin
[Thread debugging using libthread_db enabled]
[New Thread -1208555840 (LWP 15101)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208555840 (LWP 15101)]
0x002cb295 in apr_atomic_cas32 () from /usr/lib/libapr-1.so.0
(gdb) bt
#0 0x002cb295 in apr_atomic_cas32 () from /usr/lib/libapr-1.so.0
#1 0x00303322 in svn_fs_bdb__init () from /usr/lib/libsvn_fs_base-1.so.0
#2 0x0030c7e7 in svn_fs_base__init () from /usr/lib/libsvn_fs_base-1.so.0
#3 0x00946a82 in get_library_vtable_direct (vtable=0xbfd09678, fst=0x948040, pool=0x87e21d8) at subversion/libsvn_fs/fs-loader.c:134
#4 0x00946d6e in svn_fs_print_modules (output=0x87de2d0, pool=0x87de178) at subversion/libsvn_fs/fs-loader.c:1007
#5 0x0804b3e6 in subcommand_help (os=0x0, baton=0x0, pool=0x87de178) at subversion/svnadmin/main.c:666
#6 0x0804b63e in main (argc=Cannot access memory at address 0x1
) at subversion/svnadmin/main.c:1374

Can anyone help me ??

Please note that svnlook does not work as well.
Thank you,
S.
Received on 2008-09-16 13:12:38 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.