-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
C:\Program Files\Git\usr\bin\scp.exe: *** fatal error - cygheap base mismatch detected #1373
Comments
Was this closed because the bug was resolved? If so, how was it resolved? |
This is what caused it: |
Thanks! I do not quite understand how that bottom-up strategy fixes the problem, I would have expected it to exacerbate the problems. However, a reboot may have provided the workaround necessary to fix the Cygwin base address contention... |
Yeah, I tried a bunch of things, including multiple reboots, before I remembered I had made this change earlier. I think I had to reboot after removing the registry key too. |
@garfieldbanks If you deleted the |
@conioh are you saying that |
@dscho: The binary the issue referred to was You're correct I was inaccurate when I said that all Git for Windows binaries except 3 aren't marked ASLR-ready, but there are plenty of them to make the Git for Windows package (esp. "git bash" but not only) unusable without disabling Mandatory ASLR or adding exceptions. After adding manually 3 exceptions (starting with |
I don't have any cygwin installed other than what comes with Git-2.15.0-64-bit.exe.
Here is the command I tried:
scp file user@xxx.xxx.x.xxx:/path/to/file
This is the full error:
The text was updated successfully, but these errors were encountered: