git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Johan Sørensen" <johan@johansorensen.com>
To: git@vger.kernel.org
Subject: Re: git-daemon hangs in futex()
Date: Fri, 29 Feb 2008 15:26:12 +0100	[thread overview]
Message-ID: <9e0f31700802290626o22ffea7bj6a2410a860f75b1b@mail.gmail.com> (raw)
In-Reply-To: <9e0f31700802281441i33120d70s43ca9f4eced6b5c3@mail.gmail.com>

On Thu, Feb 28, 2008 at 11:41 PM, Johan Sørensen
<johan@johansorensen.com> wrote:
> 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.

Upon further investigation, it seems that this could be related to me
updating glibc to 2.6.1. Google suggest that it can because libc
switched to NPTL. I'm not familiar with the internals of it, so I
can't decide if this is a git issue (by indirect usage of glibc
functions) or not?

Thanks
JS

      reply	other threads:[~2008-02-29 14:26 UTC|newest]

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

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=9e0f31700802290626o22ffea7bj6a2410a860f75b1b@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).