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

svn segfaults on recursive add

From: Kamil Gornik <gentoo_at_julek.pl>
Date: 2005-12-07 16:49:12 CET

hi,
 every time I try to add directory with file to repository (even there
is one empty file inside directory) it segfaults
It looks like that:
>svn add test
A test
A test/emptyfile.txt
Segmentation fault

I tried to use gdb (I gdb's newbie):
>gdb svn
[...]
(gdb) r add testt
Starting program: /usr/bin/svn add testt
[...]
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 23356)]
A testt
A testt/sdpdfsdfs

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 23356)]
0xb7842e6b in strlen () from /lib/libc.so.6

svn compiled from scratch on gentoo (currently
subversion-1.2.3-r3.ebuild) but onprevious -r's it happened too.

Any ideas??

-- 
Heimat
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 8 10:46:56 2005

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.