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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu May 18 05:30:11 2006
This archive was generated by hypermail 2.1.8 : 2006-05-18 05:30:31 EST