On Wed, 2006-05-17 at 13:32 -0500, Bill Yoder wrote: > /usr/local/downloads/git-1.3.2/git-clone: line 323: 25972 > Segmentation fault git-http-fetch -v -a -w "$tname" "$name" "$1/" I've seen git-http-fetch segfaults many times when cloning qgit, but it's hard to reproduce on demand. I think you should compile git without optimizations and allow coredumps (ulimit -c unlimited), then load git-http-fetch in gdb with the core (gdb --core=core git-http-fetch) and run bt to see the backtrace. -- Regards, Pavel Roskin - : 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