Re: git-daemon hangs in futex()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux