git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "André Goddard Rosa" <andre.goddard@gmail.com>
To: git@vger.kernel.org
Cc: junkio@cox.net
Subject: Git clone stalls at a read(3, ...) saw using strace
Date: Thu, 27 Jul 2006 08:16:58 -0400	[thread overview]
Message-ID: <b8bf37780607270516i7fbd8844he03e107b15fd2ed7@mail.gmail.com> (raw)

Hi, all!

    Please CC me as I'm not subscribed.

    Using  GIT 1.4.1, I tried to get this repository:

# git clone git://source.mvista.com/git/linux-davinci-2.6.git

    After some time the download stalled completely. I used ps and
saw two git processes.

    Using strace, I saw that the first one, "git clone", was waiting
with waitpid()
for its child termination.
    Its child, "git pack --all -k", was stalled at a "read(3, ...)"

    I went to /proc and saw that fd 3 was a pipe. Anyone know why this
is happening?

    I found an issue somewhat related in google (not sure that is the
same problem):

http://groups.google.com/group/fa.linux.kernel/browse_thread/thread/e64a92f28def32a7/93bd8bf5df1fcc66?lnk=st&q=&rnum=1#93bd8bf5df1fcc66

    It stalled at the first 60 Mb transfered. After CTRL+C it deletes
and I have to start again from scratch.

Thank you for the great alternative to bitkeeper and CVS,
-- 
[]s,
André Goddard

             reply	other threads:[~2006-07-27 12:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-27 12:16 André Goddard Rosa [this message]
2006-07-27 16:38 ` Git clone stalls at a read(3, ...) saw using strace Pavel Roskin
2006-07-27 16:43   ` André Goddard Rosa
2006-07-27 16:54     ` Linus Torvalds
2006-07-27 17:17       ` André Goddard Rosa
2006-07-27 17:25         ` André Goddard Rosa
2006-07-27 17:50           ` Linus Torvalds
2006-07-27 17:57             ` André Goddard Rosa
2006-07-27 18:41             ` Pavel Roskin
2006-07-27 19:16               ` André Goddard Rosa
2006-07-28  9:56                 ` André Goddard Rosa
2006-07-28  9:58                   ` André Goddard Rosa
2006-07-28 13:36                     ` Ribeiro, Humberto Plinio
2006-07-28 13:57                       ` André Goddard Rosa

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=b8bf37780607270516i7fbd8844he03e107b15fd2ed7@mail.gmail.com \
    --to=andre.goddard@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /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).