Re: Bug: "git-svn fetch" segfaults on unknown user
From: Jens Seidel <hidden>
Date: 2016-06-15 22:45:36
On Thu, Nov 06, 2008 at 04:48:09PM +0100, Jens Seidel wrote:
On Thu, Nov 06, 2008 at 03:43:18PM +0100, Mikael Magnusson wrote:quoted
2008/11/6 Jens Seidel [off-list ref]:quoted
I noticed the following bug in git-svn version 1.6.0.3 (svn 1.5.5): "git-svn fetch" segfaults"gdb -c core" is useless, it just mentions the error occured in "perl git-svn fetch" and there is no stacktrace (don't know how to debug perl). I removed now both [svn] options and it failed again. So it seems a problem with file:// access while svn+ssh:// works well.
Could this be possible? I tried now also to svnsync the same repository on the server which I access with svn+ssh://. "svn-git fetch" fails on this as well, strange ... The hook scripts or the property added by "svnsync init" are not responsible, right?
quoted
Are you sure this isn't the regular svn 1.5.x crash? Ie, does compiling subversion with --disable-runtime-module-search fix it?
No, it did not help. I tried to reproduce it with a simple svn repository instead of my larger (not public) one but failed. What further information do you need? Is there any way to obtain more debug info? Jens