X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=LkxJNZzUSiGl/CK+FnMrOqZQwttia7OfejHxHhIvcqA dBsnBruA6wUKfuViwYAg64Hi9Kw2OUdslFbBJqxRIVZBsYwEWJ8zDgFAZTUnfJOH Qp8syble09GXusnsexcCMVlZ9fP8CMZXt/FQgeKyQpthikvlpB5HPMeexDt/0PPk = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=MxrhwkLmYaCYxO/kN7nzcF28CCc=; b=o+lQoBu0UC6Yv3um/ 79KTU1tHsXsP8IohfrhMJIgD/BDkA39k6omF2yO79pNKPAAs3DZVdoAnhPcn/QRm 1xOo2iTL/bPEnpTgUj+pMUnX/7bz9oGhx8RQ8IET1sC3kuwAtJ6uykDNnBLQ3uID f5Pesqx+ITUB4i4P13kX+lwPrE= 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 X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-CornellRouted: This message has been Routed already. Message-ID: <520D900A.8000907@cornell.edu> Date: Thu, 15 Aug 2013 22:35:54 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 64-bit emacs crashes a lot References: <51F3151D DOT 7040000 AT cs DOT utoronto DOT ca> <51F33565 DOT 1090406 AT cornell DOT edu> <51F33F52 DOT 4060405 AT cs DOT utoronto DOT ca> <51FB1D9E DOT 5090102 AT cs DOT utoronto DOT ca> <20130802080211 DOT GA18054 AT calimero DOT vinschen DOT de> <51FB9228 DOT 2020309 AT cornell DOT edu> <51FBA100 DOT 90005 AT cs DOT utoronto DOT ca> <51FD5462 DOT 5020400 AT cs DOT utoronto DOT ca> <51FFBDFF DOT 7040501 AT cornell DOT edu> <51FFC4F2 DOT 8080909 AT cs DOT utoronto DOT ca> <5203D89E DOT 6030801 AT cornell DOT edu> <5203DCCA DOT 1010105 AT cs DOT utoronto DOT ca> <5205B364 DOT 8090007 AT cs DOT utoronto DOT ca> <52064730 DOT 50404 AT cornell DOT edu> <"52065B3C DOT 6060104 AT cs DOT utoronto <520CCA41.3000107"@cs.utoronto.ca> <520D089A DOT 1020806 AT cornell DOT edu> <83ioz6op5v DOT fsf AT gnu DOT org> <520D4036 DOT 8010303 AT cs DOT utoronto DOT ca> In-Reply-To: <520D4036.8010303@cs.utoronto.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 8/15/2013 4:55 PM, Ryan Johnson wrote: > At this point I'm pretty confident it's memory corruption of some kind. > Consider the following semi-STC: > 1. Invoke: emacs-nox -Q; echo -e "att $(jobs -p)\nc" > /dev/clipboard; fg > 2. ^Z > 3. (switch to window running gdb and hit [shift]+[insert] to paste from > clipboard) > 5. (switch to window running emacs): M-x compile C-a C-k ls [ret] > 6. C-x o (to switch to the compilation output window) > 7. Hit 'g' to keep repeating the "compilation" until gdb picks up a crash. I tried a simpler version of this (without gdb and without suspending/resuming): 1. Invoke 'emacs-nox -Q' in mintty. 2. M-x compile C-a C-k ls RET 3. C-x o 4. Hit 'g' repeatedly. I got it to abort with Fatal error 6 after slightly over 100 repetitions. I then tried the same thing with emacs-X11 (running under X, not in mintty). I hit 'g' 200 times without a problem. I repeated this with emacs-w32, again 200 times without a problem. So there's a bug somewhere. But if it's an emacs bug, it's strange that it only occurs with emacs-nox and not with either of the GUI versions of emacs. Ken -- 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