From: Parag Warudkar <parag.warudkar@gmail.com>
To: git@vger.kernel.org
Subject: Problem with git-clone
Date: Sat, 21 Apr 2007 17:15:46 +0000 (UTC) [thread overview]
Message-ID: <loom.20070421T190848-931@post.gmane.org> (raw)
I have a reproducible problem with git-index-pack getting stuck.
Is this a known problem fixed in one of the later releases?
git --version
git version 1.4.4.2
git-clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
linux-2.6-wk
remote: Generating pack...
remote: Done counting 445435 objects.
remote: Deltifying 445435 objects.
remote: 100% (445435/445435) done
Indexing 445435 objects.
0% (194/445435) done
It stays there for ever. If I attach to all the git-* processes using strace
here is what it shows -
strace -p 9055 # This is git-index-pack
Process 9055 attached - interrupt to quit
read(0, 0x8063ba0, 4096) = ? ERESTARTSYS (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn() = ? (mask now [])
read(0, 0x8063ba0, 4096) = ? ERESTARTSYS (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn() = ? (mask now [])
read(0, <unfinished ...>
Process 9055 detached
strace -p 9054 # This is git-fetch-pack
Process 9054 attached - interrupt to quit
read(3, <unfinished ...>
Process 9054 detached
paragw@paragw-desktop:~$ strace -p 9053 #git-fetch-pack
Process 9053 attached - interrupt to quit
waitpid(9055, <unfinished ...>
Process 9053 detached
paragw@paragw-desktop:~$ strace -p 9046 # This is git-clone
Process 9046 attached - interrupt to quit
wait4(-1, <unfinished ...>
Process 9046 detached
next reply other threads:[~2007-04-21 17:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-21 17:15 Parag Warudkar [this message]
2007-04-22 1:17 ` Problem with git-clone Shawn O. Pearce
2007-04-22 2:35 ` Parag Warudkar
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=loom.20070421T190848-931@post.gmane.org \
--to=parag.warudkar@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.