> Can you try to duplicate this problem after setting your local to "C" or
> "en_US"? The only way I've been able to duplicate this is by changing the
> locale as in bug #323376.
Hi Troy.
It seems locale has a role in the bug.
~/tmp/svn$echo $LANG
C
~/tmp/svn$svnadmin create svntest
~/tmp/svn$svn co file:///home/carlo/tmp/svn/svntest/
svntest-co
Checked out revision 0.
~/tmp/svn$cd svntest-co/
~/tmp/svn/svntest-co$mkdir a
~/tmp/svn/svntest-co$strace svn add a 2> add_log
A a
~/tmp/svn/svntest-co$tail -f add_log
lstat64("a/.", {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
lstat64("a/..", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
lstat64("a/.svn", {st_mode=S_IFDIR|0755, st_size=320, ...}) = 0
getdents64(3, /* 0 entries */, 131072) = 0
munmap(0xb7797000, 135168) = 0
close(3) = 0
unlink("a/.svn/lock") = 0
unlink(".svn/lock") = 0
munmap(0xb7d77000, 4096) = 0
exit_group(0) = ?
The segfault disappeared.
IMHO this bug can be closed or merged with #323376
--
Carlo Perassi - http://www.linux.it/~carlo/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]