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=bOabIN6qAy7c9WC7LK/HtWwFmNzGtLQHvsndJTAT8h8 NxHOMDA5XjK9RZ8WR23Dq1YfO8oW4xg9ogj1ACrnzR+mhoSdyjd2IQISOoLFQ8yg R5yLxaYve/P+1HbyiBFDS783Vh70qtApxF59wFW4Ryuzi+hlfB7qhkptfh/vS7yY = 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=B7QEYJ5XqVyICNzQc4S3fxyVxtA=; b=FUsCdL06gAQ1Zsx3J JSPEVG+Qx0lGBT3hmPVgqtCXlTmi7u+DgYzxtwTIiwDSm4DYkHfN0wsSOA9W5NeM w/N9WfqWRigNfHLlIbpwAFTvihMLa++C/o1d4jhsl660ZEch4U3Mk2qGSGr6pR1X SN921IF4/PfLbemU4KDBNCBIgY= 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=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <54417AB4.20404@cornell.edu> Date: Fri, 17 Oct 2014 16:23:16 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Jon TURNEY , cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-3 [TEST] References: <54402903 DOT 1060906 AT dronecode DOT org DOT uk> <54406ED0 DOT 9060502 AT cornell DOT edu> <54411F5B DOT 5040906 AT cornell DOT edu> <544163E0 DOT 7090508 AT dronecode DOT org DOT uk> In-Reply-To: <544163E0.7090508@dronecode.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 10/17/2014 2:45 PM, Jon TURNEY wrote: > On 17/10/2014 14:53, Ken Brown wrote: >> If this turns out not to be the issue, then I think you would need an >> unoptimized build for further debugging. I can provide one for you. > > If you could, that would be great. OK, I've built emacs-24.4-0 (based on a release candidate for emacs-24.4), which you can get from my personal Cygwin repository: http://sanibeltranquility.com/cygwin/ There are instructions at that URL. This build has no optimization and also has some extra checking enabled: There are assertions sprinkled throughout the code that will trigger a call to emacs_abort if they fail. The release includes a (slightly modified) .gdbinit file in /usr/share/emacs/24.4/etc, so you can source that in gdb. (The modification consists of disabling the feature that automatically produces a lisp backtrace whenever you ask for a backtrace, because that feature sometimes doesn't work well on Cygwin. But you can still use the 'xbacktrace' command to get a lisp backtrace.) See /usr/share/emacs/24.4/etc/DEBUG for further information about the commands defined in .gdbinit. The next time you get a crash, I suggest you report it as an emacs bug (M-x report-emacs-bug), send a backtrace, and keep the gdb session running. There are people who read the bug reports, especially Eli Zaretskii, who are much better at debugging emacs than I am. And I subscribe to the bug list also, so I can chime in if there's something Cygwin-specific that I can add. Thanks for offering to help debug this. 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