Skip to content

Instantly share code, notes, and snippets.

@efwe
Created April 4, 2017 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save efwe/e926728d74b34fcf9fb26d89b1e9a132 to your computer and use it in GitHub Desktop.
Save efwe/e926728d74b34fcf9fb26d89b1e9a132 to your computer and use it in GitHub Desktop.
using windows git and cygwin vim from cygwin
➜ ~/Devel/EAP $git rebase -i HEAD~2 git:(kryo) [8:22:55]
1 [main] vim (13992) D:\cygwin64\bin\vim.exe: *** fatal error - cygheap base mismatch detected - 0x180300408/0x180304408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
1 [main] vim (13992) D:\cygwin64\bin\vim.exe: *** fatal error - cygheap base mismatch detected - 0x180300408/0x180304408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
Could not execute editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment