git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git clone stalls at a read(3, ...) saw using strace
@ 2006-07-27 12:16 André Goddard Rosa
  2006-07-27 16:38 ` Pavel Roskin
  0 siblings, 1 reply; 14+ messages in thread
From: André Goddard Rosa @ 2006-07-27 12:16 UTC (permalink / raw)
  To: git; +Cc: junkio

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-07-28 13:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-27 12:16 Git clone stalls at a read(3, ...) saw using strace André Goddard Rosa
2006-07-27 16:38 ` 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

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).