Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git spawns thousands of times #3877

Closed
rasa opened this issue Mar 12, 2020 · 3 comments · Fixed by #5424
Closed

Git spawns thousands of times #3877

rasa opened this issue Mar 12, 2020 · 3 comments · Fixed by #5424

Comments

@rasa
Copy link
Member

rasa commented Mar 12, 2020

On two different systems now, git spawns thousands of times bringing the system to a crawl:

c:>tasklist | grep git.exe | wc -l
  14279

Perhaps the issue is that scoop's apps/shims/git.exe runs apps/git/current/cmd/git.exe, but instead of it running apps/git/current/mingw64/libexec/git-core/git.exe it runs apps/shims/git.exe again, in a vicious cycle?

Any idea what exactly the issue is, and how to fix it?

@rasa
Copy link
Member Author

rasa commented Mar 14, 2020

So, when I typed:

cd apps\git\2.25.1.windows.1\cmd
set path=
git.exe --version

it never returns. Instead, this happens:
2020-03-14_08-39-04AMprocexp64-Process_Explorer_-_Sysinternals_www sysinternals-cropped
Running

call scoop uninstall -g git
call scoop install -g git

fixed it for now.

@rasa
Copy link
Member Author

rasa commented Nov 9, 2020

This just happened with aria2c. For some reason, C:\apps\shims\aria2c.shim contains:

path = C:\apps\shims\aria2c.exe

and scoop reset aria2 doesn't fix it. wtf?

@rashil2000
Copy link
Member

Merged in develop branch - #4543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants