git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Johan Sørensen" <johan@johansorensen.com>
To: git@vger.kernel.org
Subject: git-daemon hangs in futex()
Date: Thu, 28 Feb 2008 23:41:41 +0100	[thread overview]
Message-ID: <9e0f31700802281441i33120d70s43ca9f4eced6b5c3@mail.gmail.com> (raw)

Hi,

I'm having an issue with my git-daemon (1.5.4.3 on ubuntu gutsy), it
works fine for a few minutes, then it hangs (eg, "git clone git://"
never comes past "initialized empty git repo" adnd just sits and
waits) and strace on the git-daemon says:
$ strace -Ff -p 27453
Process 27453 attached - interrupt to quit
futex(0x2b270fb50980, FUTEX_WAIT, 2, NULL) = -1 EINTR (Interrupted system call)

.. and nothing more. But, if I attach to the git-daemon process with
strace before that happens, git-daemon keeps on working fine, so I can
change the outcome by observing it which is always nice, but not too
helpful.
I don't think this is related to Wincents problem some time ago[1],
because I can reproduce this when running dashed/dashless and
with/without --detach regardless of my env. Here's my git-daemon args:
/usr/local/bin/git --exec-path=/usr/local/bin daemon
--base-path=/home/git/repositories --verbose --export-all
--pid-file=/home/git/run/git-daemon.pid --detach

I'm not even sure if this is directly related to git or if it's some
other library causing the futex wait, any hints would be greatly
appreciated.

[1]: http://kerneltrap.org/mailarchive/git/2008/2/5/732214

Thanks
JS

             reply	other threads:[~2008-02-28 22:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-28 22:41 Johan Sørensen [this message]
2008-02-29 14:26 ` git-daemon hangs in futex() Johan Sørensen

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=9e0f31700802281441i33120d70s43ca9f4eced6b5c3@mail.gmail.com \
    --to=johan@johansorensen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).