-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Windows 10 - sh.exe fatal error in forked process - MapViewOfFileEx #832
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 cannot verify that MCVE: C:\Users\me\my-checkout>git pull --rebase
me@my.host's password:
Current branch master is up to date. No error. |
So it seems you have to dig further on your side. Maybe setting |
@voxeohwiegard, does plain |
a plain |
The requested trace output is
|
@GmsDave works fine on my system which is exactly the same Windows 10 version and build number as yours |
Git commit gives similar VIM error. This only happens if I start CMD from my Total Commander. If I run CMD from Win+R, it works fine. No special settings or PATHs for the Total Commander though. |
One thing I noticed in the error output above when Is there possibly some program running that's holding a lock on the file(s) in question? Is/Are the file(s) located in a protected location? Or is something trying to be done with whatever file is being memory-mapped in an incorrect (read: unauthorized) manner? I don't have time right now to look into the questions, but I hope this might be useful information. |
@simon-p-r Our dev team consists of 9 PCs - all configured from the same Win 10 image. We have this problem on roughly half of them. The others work fine. @fourpastmidnight I don't know if this helps, but on those PCs experiencing the error, the git bash shell works fine in launching the man page. It only dies when trying it from the Windows command prompt. We thought it might be a UAC issue on Windows 10, but we compared those PCs that work with those that don't, and their UAC settings are the same. We retried with GIT_TRACE on, as suggested earlier. Here is the result: |
@GmsDave this is just a wild shot: could you download https://github.com/git-for-windows/msys2-runtime/releases/download/snapshot-2016-07-09/msys-2.0.dll and drop it into \usr\bin (overwriting the existing |
I cannot really help without feedback... In the meantime, I even spent the time to build a prerelease with the updated MSYS2 runtime: https://github.com/git-for-windows/git/releases/tag/prerelease-v2.10.0.windows.1.11.geda474c Would be nice if y'all could give it a try. Please note that I won't be able to address any replies I receive after tomorrow until October. So now you have all the incentive you need to try this quick... 😀 |
Well, then. |
@dscho Was this issue resolved? |
I'm getting this same error but on Win 7... |
Can you try from |
I just tried on the and in powershell when I run the help command it shows:
|
I think this might be related to #1244 |
@heldersepu I commented on #1244 with details that may help. |
Uh oh!
There was an error while loading. Please reload this page.
or closed issue
matching what I'm seeing
Setup
output of
git version
as well.Git-2.9.2-64-bit.exe
Windows 10 64-bit
defaults?
Only default options
to the issue you're seeing?
no
Details
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
CMD
What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
An updated repository
URL to that repository to help us with testing?
Seems to be independent from the repository and happens for all repositories.
The text was updated successfully, but these errors were encountered: