X-Recipient: archive-cygwin@delorie.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=cM+l3+mB2IKOE7ifGnFlLGkXkFbUf3VeIwalCeU/uw0
	5lqkFazx/cnu6pGe47EQqWpmD/c6BWOCIcYNFCm7pAVDlytdVBRB75jM/R56scqU
	vHF5gnELgtSnWXNi7mdBHXwgwONc/YsM4MGnwBMBjG1IlR3nqmrkhxS7APwlbFE8
	=
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=2zjtcjorv+bavvuuW8dUl+busGg=; b=xkyPMETPdWPboIp6z
	X1ubSAcfhsPGBeOuSHs38lrWXM9mkAIZhIRlfXN8FpNoORGlIRhlJBCRGwB+o8E+
	EM7JxNRJARWVbi+SR0CEzvZj/wZkTH91M+MKByP3WBQ288KvURc4GWFT5JBgo1d5
	FQKrjFpDkqdAFoNsWOCxj4wQHk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: limerock03.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Message-ID: <5373FABE.9000005@cornell.edu>
Date: Wed, 14 May 2014 19:22:38 -0400
From: Ken Brown <kbrown@cornell.edu>
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 <cygwin@cygwin.com>
Subject: Re: Emacs-w32... still crashing...
References: <1400101955.37584.YahooMailNeo@web185401.mail.gq1.yahoo.com>
In-Reply-To: <1400101955.37584.YahooMailNeo@web185401.mail.gq1.yahoo.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 5/14/2014 5:12 PM, Zdzislaw Meglicki wrote:
> OK, I've manage to catch it this time. But it looks like
> it didn't get very far, because the info in emacs-w32.exe.dbg
> appears to be wrong.
>[...]
> Reading symbols from /usr/bin/emacs-w32.exe...
> warning: the debug information found in "/usr/lib/debug//usr/bin/emacs-w32.exe.dbg" does not match "/usr/bin/emacs-w32.exe" (CRC mismatch).

Make sure you have version 24.3.90-1 of emacs, emacs-w32, and 
emacs-debuginfo.  Since these are test releases, you have to explicitly 
choose to keep them every time you run setup.  Here's what I see on my 
system:

$ cygcheck -cd | grep emacs | grep -v auctex
emacs                                     24.3.90-1
emacs-debuginfo                           24.3.90-1
emacs-el                                  24.3.90-1
emacs-w32                                 24.3.90-1
emacs-X11                                 24.3.90-1

$ emacs-w32.exe &
[1] 11244

$ gdb -p 11244
GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".

Attaching to process 12892
[New Thread 12892.0xdac]
[New Thread 12892.0xecc]
[New Thread 12892.0x11ac]
[New Thread 12892.0x31bc]
[New Thread 12892.0x1064]
[New Thread 12892.0x22b8]
[New Thread 12892.0x29a8]
[New Thread 12892.0x27d4]
[New Thread 12892.0x1994]
[New Thread 12892.0xdcc]
Reading symbols from /usr/bin/emacs-w32.exe...Reading symbols from 
/usr/lib/debug/usr/bin/emacs-w32.exe.dbg...done.
done.
(gdb) c
Continuing.

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

