Bill Allombert on Fri, 12 Oct 2012 18:00:40 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: git clone does not work |
On Fri, Oct 12, 2012 at 05:37:45PM +0200, Tobias Boege wrote: > Yes, me, but it's a segfault here: > > [sources]$ git clone http://pari.math.u-bordeaux.fr/git/pari.git > Cloning into 'pari'... > [sources]$ echo $? > 128 > [sources]# tail /var/log/everything.log | grep git > Oct 12 17:26:49 localhost kernel: [ 4070.579883] git-remote-http[1280]: segfault at 0 ip 0000000000407885 sp 00007fffc68b6410 error 4 in git-remote-http[400000+97000] > [sources]$ git --version > git version 1.7.12.2 It seems this is a known bug in some version of git, see <http://git.661346.n2.nabble.com/git-fails-segfault-at-0-ip-00000000004076d5-sp-00007fff7806ebc0-td7569053.html> This is probably unrelated to Mathieu problem. Thanks for your test, Bill