Added a comment: Make Repository hangs (git consuming 100% cpu)

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnqQyhiNXdPIWWSuu232luY5nc-h5RS8bE 2012-12-01 01:26:04 +00:00 committed by admin
parent 832a82588a
commit ef91eae3d0

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnqQyhiNXdPIWWSuu232luY5nc-h5RS8bE"
nickname="Arve"
subject="Make Repository hangs (git consuming 100% cpu)"
date="2012-12-01T01:26:04Z"
content="""
When starting git-annex from Applications first time (Finder or spotlight), pressing \"Make Repository\" hangs.
\"ps aux | grep git\" shows
arve 1723 100.0 0.0 2459668 3988 ?? R 2:00AM 0:31.30 git init --quiet /Users/arve/Desktop/annex/
Strange enough, if i start the app from terminal (/Applications/git-annex.app/Contents/MacOS/git-annex-webapp), the creation of repository works. Though, if I kill it and start git-annex from spotlight, the web frontend doesn't show, and \"git config --null --list\" is consuming 100% cpu.
My OSX version is 10.8.1
"""]]