This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Vim segv'ing


On 6/30/2011 6:30 AM, Nellis, Kenneth wrote:

The strace command interferes with vim so that it won't recognize ESC to allow the ":" to be recognized, so I can't ":wq!" as requested.

Easy fix:


$ strace -o vim.trace vim-nox -c q /etc/hosts

That causes it to go through the full motions of loading up /etc/hosts, then automatically quit, all while strace watches.

It doesn't segv here, by the way. Up-to-date Cygwin install, Vista 64.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]