* Git hangs on compressing objects
@ 2010-05-13 20:05 Ryan Ray
2010-05-14 4:46 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Ray @ 2010-05-13 20:05 UTC (permalink / raw)
To: git
I'm on Mac OS 10.6
ryanray:fhlb2009ar ryan.ray$ git push
Counting objects: 322, done.
Delta compression using up to 4 threads.
^Cmpressing objects: 94% (243/258)
Iv'e tried this countless times today. It just doesn't finish. My
local dir is 6 revisions ahead of master so I prefer not to can my
local dir and re-clone.
Any suggestions? Can I figure out which file (243) is hanging it?
Thanks,
Ryan
--
___________________________________
R. Ryan Ray / Señor Developer
Methodologie
720 Third Avenue, Suite 800
Seattle, WA 98104-1870
206.399.5063 direct
206.623.1044 phone
206.625.0154 fax
http://www.methodologie.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Git hangs on compressing objects
2010-05-13 20:05 Git hangs on compressing objects Ryan Ray
@ 2010-05-14 4:46 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2010-05-14 4:46 UTC (permalink / raw)
To: Ryan Ray; +Cc: git
On Thu, May 13, 2010 at 01:05:40PM -0700, Ryan Ray wrote:
> ryanray:fhlb2009ar ryan.ray$ git push
> Counting objects: 322, done.
> Delta compression using up to 4 threads.
> ^Cmpressing objects: 94% (243/258)
>
> Iv'e tried this countless times today. It just doesn't finish. My
> local dir is 6 revisions ahead of master so I prefer not to can my
> local dir and re-clone.
>
> Any suggestions? Can I figure out which file (243) is hanging it?
Are you sure it's hung and not just being slow? Is it still pegging at
least one CPU? Is it hitting the disk? Do you have any very large files,
especially ones that might push you into swapping?
No, there isn't a good way to see which object it is working on. You
would have to run it in a debugger (which I would consider anyway, then
you can see what it is actually doing while hung).
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-14 4:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 20:05 Git hangs on compressing objects Ryan Ray
2010-05-14 4:46 ` Jeff King
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).