Kamil Gornik wrote:
> 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
At this point in GDB, please type the command "bt" and show us the result.
>
> svn compiled from scratch on gentoo (currently
> subversion-1.2.3-r3.ebuild) but onprevious -r's it happened too.
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 8 15:41:49 2005