Hi, On Tue, 24 Jul 2007, Benjamin Sergeant wrote: > I still have the segfault with 1.5.2.4. If I try to gdb it, it abort > before I can do anything. Is there an environment variable that I can > set to disable signal handling or something in git ? Did you gdb http-fetch? If not, please use "sh -x git-clone..." to find out what command line to use. And when you have the command line, please use valgrind to find out where the leak/corruption is. There are some flags that are automatically set/unset when compiling the http transport, and it is not easy to know which flags are enabled in your setup. But for starters, you might want to recompile http-fetch without -O2. My gdb always has problems attributing the correct line, which does not exactly make it easier for me to debug things. I could imagine your gdb is as annoying. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html