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

Crash with version 1.6.0 on "working copy too old"

From: Jens Seidel <jensseidel_at_users.sf.net>
Date: Tue, 17 Mar 2009 15:47:44 +0100

Hi,

(please CC: me)

my first experience with Subversion 1.6.0 is a crash. Nice :-)

I compiled r36625 from source. I obtained the code from the repository which
I checked out using svn from trunk (a recent version).

Trying to update the 1.6.x working copy using version 1.6.0 instead of 1.7.0 as
usual I get the following segmentation fault:

jens_at_imkf-pc073:~/Programme/Subversion/1.6.x> gdb /home/jens/local/subversion1.6/bin/svn
GNU gdb 6.5
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-suse-linux"...Using host libthread_db
library "/lib64/libthread_db.so.1".

(gdb) set args update
(gdb) run
Starting program: /home/jens/local/subversion1.6/bin/svn update
[Thread debugging using libthread_db enabled]
[New Thread 47338804372992 (LWP 518)]
subversion/libsvn_wc/questions.c:125: (apr_err=155021)
svn: Client is too old to work with WC "." ... [translated from German]

Program received signal SIGABRT, Aborted.
[Switching to Thread 47338804372992 (LWP 518)]
0x00002b0dec6d2535 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00002b0dec6d2535 in raise () from /lib64/libc.so.6
#1 0x00002b0dec6d3990 in abort () from /lib64/libc.so.6
#2 0x00002b0deaedb889 in err_abort (data=0x6499f8) at
subversion/libsvn_subr/error.c:70
#3 0x00002b0deb5a6e6d in run_cleanups (cref=0x6499a8) at
memory/unix/apr_pools.c:2063
#4 0x00002b0deb5a748d in apr_pool_destroy (pool=0x649988) at
memory/unix/apr_pools.c:756
#5 0x00002b0deb5a747b in apr_pool_destroy (pool=0x63b048) at
memory/unix/apr_pools.c:753
#6 0x00002b0deb5a779d in apr_pool_terminate () at
memory/unix/apr_pools.c:597
#7 0x00002b0dec6d4ca7 in exit () from /lib64/libc.so.6
#8 0x00002b0dec6bfaeb in __libc_start_main () from /lib64/libc.so.6
#9 0x00000000004058c9 in _start ()

I obtained the "Client is too old" also once I tried to checkout apr
into 1.6.x/. Since 1.6.x/apr/ is a seperate checkout I did not expected
trouble with the .svn metadata in 1.6.x/.

PS: The German translation for 1.6.x is ready :-)

Jens
Received on 2009-03-17 15:57:02 CET

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.