From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4005 invoked by alias); 14 May 2014 23:22:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 3985 invoked by uid 89); 14 May 2014 23:22:36 -0000 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 Received: from limerock03.mail.cornell.edu (HELO limerock03.mail.cornell.edu) (128.84.12.34) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 May 2014 23:22:35 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock03.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s4ENMXoJ011160 for ; Wed, 14 May 2014 19:22:33 -0400 Received: from [192.168.1.4] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s4ENMW8a027727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 14 May 2014 19:22:33 -0400 Message-ID: <5373FABE.9000005@cornell.edu> Date: Thu, 15 May 2014 00:07:00 -0000 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 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 X-SW-Source: 2014-05/txt/msg00322.txt.bz2 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 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: . Find the GDB manual and other documentation resources online at: . 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