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

Re: svn segfaults on recursive add

From: Samay <getafix123_at_hotmail.com>
Date: 2005-12-09 23:53:14 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
>
will it be possible for you to output of
* "emerge info" - santize the output if u have specific Portage & mirror
servers defined
* "emerge subversion -vp". - fairly routine, it provides the compile time
options

..Shirish

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 9 23:55:58 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.