Junio C Hamano wrote:
"H. Peter Anvin" <hpa@xxxxxxxxx> writes:
... Going in with gdb, it appears the "timeout"
variable gets overwritten:
(gdb) p timeout
$1 = 608471321
... which should have been 600.
I do not see offhand what can cause this. The only new code
since 1.4.4 series is "shallow clone" stuff,...
The process spends effectively forever waiting in on the fflush() in
show_commit() (in upload-pack.c); /proc/*/fd shows it is trying to
write to a pipe, but I'm not sure what is at the other end of that
same pipe.
The process forks and the one that runs show_commit() is running
rev-list internally while the other end is a pack-objects that
reads from it and sends its output back to the client.
Yup; the pack-objects process has apparently died.
-hpa
-
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