Fr4ncky / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

Exited sync due to gc errors #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Version: v1.11.1-4-gde7eae4
Environment: Ubuntu LTS 10.04 on multi-cpu machine

What steps will reproduce the problem?
1. repo sync

What is the expected output? What do you see instead?
Repo sync fails consistently with the message:

error: Exited sync due to gc errors

Please provide any additional information below.

Known workaround is to use 'repo sync -j 1'

It appears that repo v1.11.1 requires git version 1.7.2. Ubuntu LTS 10.04 uses 
git version 1.7.1 by default. (10.04 is the version of Ubuntu required by 
currently supported versions of Android.)

repo v1.10.4 does not show this behavior.

Original issue reported on code.google.com by blai...@gmail.com on 26 Oct 2012 at 10:39