Re: VIM-7.3 SEGV (cygwin)

2010-09-18 Thread Bram Moolenaar
SungHyun Nam wrote: > If I edit and write '/etc/hosts', vim died. I can edit other > files in /etc. And I found /etc/hosts is a symbolic link. > > $ l /etc/hosts > lrwxrwxrwx 1 37 2009-09-07 14:48 /etc/hosts -> > /c/WINDOWS/system32/drivers/etc/hosts > > $ gdb ./vim.exe > (gdb) r -u NONE --n

VIM-7.3 SEGV (cygwin)

2010-08-31 Thread SungHyun Nam
Hello, If I edit and write '/etc/hosts', vim died. I can edit other files in /etc. And I found /etc/hosts is a symbolic link. $ l /etc/hosts lrwxrwxrwx 1 37 2009-09-07 14:48 /etc/hosts -> /c/WINDOWS/system32/drivers/etc/hosts $ gdb ./vim.exe (gdb) r -u NONE --noplugin /etc/hosts Godd:w Pro