-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Git crashes with application error 0xc0000017 #2020
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
Comments
I've made more tests. |
Does it work when you use |
No, I get the same crash. |
The strangest thing about this is that the error corresponds to |
I have enough memory and free memory and no virus scanner installed. I have even Defender disabled. |
I am having an issue similar to this one. It works if I run it from Git Bash. It worked until release Setup
Windows 10 Pro 64-bit.
Corporate machine with DRM/encryption programs, in-house solution. Details
CMD/PowerShell. Git Bash works. |
I have the same problem. I'm using Windows 10 Enterprise 1809 as Windows To Go (on a flash drive). I'm using BitLocker and Windows Defender. The x64 portable and installed version throw the mentioned error. The x86 portable version seems to work. The 2.19.2 x64 portable and installed version both work. |
I am having problem with git using 1.5 gigs of memory. Tim S. |
Can you re-try with v2.21.0? There have been a couple of changes in that area that might work around (or fix) the reported issues. |
For me, it is working again. Basic git commands are working across CMD/Powershell/Git Bash. EDIT: while reading the changelog for v2.21.0, I noticed that my case may be related to issue 1855 because my corporate machine is a laptop with a Nvidia GPU (and the effect caused by Nvidia DLL may be happening also). Anyway, it is working now. |
I have also an Nvidia GPU. |
@Tragen if this is indeed the same issue as #1855, then git-for-windows/MINGW-packages#32 fixes it. And I guess the Nvidia driver just made it less likely that there would be a stray NUL by random chance to terminate that command line. |
Setup
defaults?
Details
CMD
Minimal, Complete, and Verifiable example
this will help us understand the issue.
git works
git crashes

This happens if the path is longer then 45 characters.
On other computers, when I use the same path, it's working.
As I have no problems with other software on my development computer.
The git version shipping with smartgit is also working.
Also the portable version 2.19.2 ist working without problems.
How can I help to narrow down the problem?
The text was updated successfully, but these errors were encountered: