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=A7SaIayDZViIevA/ngo+eBTE03aseGc4qpDEMn6CWnK 9y6EtrPbNcdELCLYjtuqwTsD7AwCjoC9RZxDPnZSxCBagVqU3EhBvYRSlZ3zRdEh zWf5QgSUA60IJzkgrCHdNKrI8a5crisui4MI2UPWhqigjwp3LMF9+WIJ+IC95Pbs = 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=6sq4CCNeQHO1VO1qEM/PL9cxHLY=; b=IiU0SatHdfUP1tl6i 6412XmF7nNPO7G7G1dFPoQNL/5KeROWp9TqcAfM+MHRYEh7rsjSuzthLW+ekCDVq 0bqeLqJbQtK5DfUULRerlrQYEVwCUZOIbB9wPmwdZZXWlmt9n9T+b9C9/vGQ2sGl wv8w0i0tmNDjKOmaBhcSqMvWFc= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <53721973.9010804@cornell.edu> Date: Tue, 13 May 2014 09:09:07 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Emacs-w32... crashing problem References: <1399983378 DOT 39253 DOT YahooMailNeo AT web185405 DOT mail DOT gq1 DOT yahoo DOT com> In-Reply-To: <1399983378.39253.YahooMailNeo@web185405.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/13/2014 8:16 AM, Zdzislaw Meglicki wrote: > Well, the crashing problem in emacs-w32 is greatly improved, > yet, the program still crashed on me yesterday, after a good > few days of seamless performance. The emacs-version function > returns: > > (emacs-version) > "GNU Emacs 24.3.90.1 (x86_64-unknown-cygwin) > of 2014-05-03 on Fiona" Please describe the crash in more detail. What were you doing when it happened? Did the window just disappear, or did you get a dialogue box asking if you want to attach a debugger? Did you get any messages in the terminal that emacs was started from? Is there a stackdump file? Can you still get a crash if you start emacs with the -Q option? I realize that it might take several days before you know the answer. Can you run emacs under gdb and try to get a backtrace when it crashes? You'll have to install the emacs-debuginfo package. And you may have to experiment with breakpoints, but I would start by setting one at emacs_abort. 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