I'm experiencing the same error with the following command:
git svn clone -r 4061:HEAD --authors-file=./eFolder-authors
--trunk=dc/trunk --ignore-paths="^dc/trunk/upstream" file:///svn/dc dc-trunk
I ran a strace and it ends as follows:
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
brk(0) = 0x17ee000
brk(0x180f000) = 0x180f000
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f818fb309d0) = 26519
close(4) = 0
read(3, "", 1) = 0
close(3) = 0
wait4(26519, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], 0, NULL) = 26519
--- SIGCHLD (Child exited) @ 0 (0) ---
write(2, "error: git-svn died of signal 11"..., 33error: git-svn died of
signal 11
) = 33
exit_group(-117) = ?
I'm using git-svn 1:1.7.2.5-3
If I can provide additional information, please let me know.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]