You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alessandro Zappa <au...@iwbank.it> on 2008/09/16 11:12:10 UTC

Upgradeing svn version

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.



Re: Upgradeing svn version

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Tuesday 16 September 2008, Alessandro Zappa wrote:
> Starting program: /usr/local/bin/svnadmin

Note the '/usr/local'.

> #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

Note the '/usr'.

My guess is that you have two versions of SVN installed at the same time, and 
you are using them in a mixed environment. You can either fix that by setting 
runtime paths correctly (see e.g. man ld.so under Linux) or by uninstalling 
the old version first.

Question remains why you want to install an old version (1.5 is already out) 
and compile it from source. I'd just grab a package if there is any chance.

Uli


-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/

Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.

**************************************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org