dscho / mintty-from-googlecode

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 1 forks source link

Running Vim hangs (msysgit) #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Vim (or a Git command wich uses an editor)

What is the expected output? What do you see instead?
Vim should start normally. Instead Vim hangs with 100% usage on one CPU. The 
shell will wait forever. Only killing the Vim process will help.

What versions of mintty, Cygwin/MSYS, and Windows are you using?
I tried this on mintty 0.9.1 and 0.9.2, msysgit 1.7.3.1 on Windows XP SP3.

I'm using the following shortcut to start the mintty/msysgit environment: 
C:\Programme\Git\bin\mintty.exe --config F:\.minttyrc --title "Git Bash" --icon 
C:\Programme\Git\etc\git.ico --exec C:\Programme\Git\bin\sh.exe --login -i

Original issue reported on code.google.com by koraktor on 27 Oct 2010 at 6:25