Bug#348327: subversion segfaults on checkout of more than 10 deep directory

Skliarouk Arieh arieh at tkos.co.il
Mon Jan 16 11:02:04 UTC 2006


Package: subversion
Version: 1.2.3dfsg1-3

This time the segfault is not related to locale (as previous ones).
 From my observations it is related to directory depths.

Use following commands sequence to reproduce the problem:

mkdir test
cd test
svnadmin create ~/test.svn
svn checkout file:///home/$USER/test.svn/
cd test.svn
mkdir -p 1/2/3/4/5/6/7/8/9/10/11/12/13/14/15
echo hello > 1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/test.txt
svn add 1
svn commit
cd ..
rm -rf test.svn

# ok, repository is ready. Now try to check it out:

svn checkout file:///home/$USER/test.svn/

# and here we get the segfault:

~/test$ svn checkout file:///home/$USER/test.svn/
A    test.svn/1
A    test.svn/1/2
A    test.svn/1/2/3
A    test.svn/1/2/3/4
A    test.svn/1/2/3/4/5
A    test.svn/1/2/3/4/5/6
A    test.svn/1/2/3/4/5/6/7
A    test.svn/1/2/3/4/5/6/7/8
A    test.svn/1/2/3/4/5/6/7/8/9
A    test.svn/1/2/3/4/5/6/7/8/9/10
Segmentation fault
~/test$

-- 
---
Bye,  | Phone: (972)-2-6795364
Arieh | Fax:   (972)-2-6796453






More information about the pkg-subversion-maintainers mailing list