From: "H. Peter Anvin" <hpa@zytor.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: git-upload-pack: the timeout gets corrupted?!
Date: Sat, 10 Mar 2007 17:45:28 -0800 [thread overview]
Message-ID: <45F35F38.1080206@zytor.com> (raw)
git-1.5.0.3-1.i386 rpm from Junio's repository on kernel.org:
Since we got the new git server on kernel.org, we are having a problem
with git-upload-pack processes getting reparented to init, and then
sitting there forever. Going in with gdb, it appears the "timeout"
variable gets overwritten:
(gdb) p timeout
$1 = 608471321
... which should have been 600.
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.
-hpa
next reply other threads:[~2007-03-11 1:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-11 1:45 H. Peter Anvin [this message]
2007-03-11 5:56 ` git-upload-pack: the timeout gets corrupted?! Junio C Hamano
2007-03-11 9:13 ` H. Peter Anvin
2007-03-11 9:23 ` H. Peter Anvin
2007-03-11 12:14 ` Johannes Schindelin
2007-03-11 16:01 ` H. Peter Anvin
2007-03-11 22:01 ` Johannes Schindelin
2007-03-11 17:18 ` H. Peter Anvin
2007-03-11 17:23 ` H. Peter Anvin
2007-03-11 17:37 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45F35F38.1080206@zytor.com \
--to=hpa@zytor.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.