X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_50,TW_EG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4E0CD7F5.8080008@etr-usa.com> Date: Thu, 30 Jun 2011 14:09:25 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Cygwin-L Subject: Re: Vim segv'ing References: <20110630072012 DOT GB9552 AT calimero DOT vinschen DOT de> <2BF01EB27B56CC478AD6E5A0A28931F202CFAFF7 AT A1DAL1SWPES19MB DOT ams DOT acs-inc DOT net> In-Reply-To: <2BF01EB27B56CC478AD6E5A0A28931F202CFAFF7@A1DAL1SWPES19MB.ams.acs-inc.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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