Re: git fails: segfault at 0 ip 00000000004076d5 sp 00007fff7806ebc0

2012-10-12 Thread Erik Faye-Lund
On Fri, Oct 12, 2012 at 6:58 AM, Brad Hein linuxb...@gmail.com wrote: In Fedora 17 With git-1.7.11.7-1.fc17.x86_64 (rpm) I try to clone a particular repository but git just returns, having not cloned the repo. Seems like a bug. Details follow: $ git clone

Re: git fails: segfault at 0 ip 00000000004076d5 sp 00007fff7806ebc0

2012-10-12 Thread Erik Faye-Lund
On Fri, Oct 12, 2012 at 6:29 PM, Erik Faye-Lund kusmab...@gmail.com wrote: On Fri, Oct 12, 2012 at 6:58 AM, Brad Hein linuxb...@gmail.com wrote: In Fedora 17 With git-1.7.11.7-1.fc17.x86_64 (rpm) I try to clone a particular repository but git just returns, having not cloned the repo. Seems

Re: git fails: segfault at 0 ip 00000000004076d5 sp 00007fff7806ebc0

2012-10-12 Thread Jeff King
On Fri, Oct 12, 2012 at 06:34:30PM +0200, Erik Faye-Lund wrote: Thanks for reporting. I gave it a quick go, and the issue seems to also be present in the current 'master'. The problem is a NULL-pointer dereferencing introduced in 8809703 (http: factor out http error code handling),