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:reply-to:subject:to:cc :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=wJSDQqwPfZLVbKfQEHI30TBjERvJPwNb1PuyDk4NZKgDjjobR1PR2 Dx25bUptdcSEdie9VFb/+S7x/plkhgy17BXwFUlGxu31APp7er5zO/ZZZ3ZC2cmW o0lTq0sW72QNldXASQ5WXyImmXtGiKDbj/8CrfGFcIi5o161+eZ7yQ= 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:reply-to:subject:to:cc :mime-version:content-type:content-transfer-encoding; s=default; bh=ZVnCp0pNC0LNaVrlLVRbRqRY+LI=; b=FETOcZbssfghxLAHsZqqttRn9iRS RKkKg1qZkV4pd+dYCfOaTrbxl7FxlTreJKksUkCVv/0GZNy8SHESwh91ieu/A+95 bovEFx80NsLdeSzo6meGI79hEmuqKI3OZqYyiBZLhDcRCzdEwiqKMjexESDswXGx UzHOaC+CB2brFq0= 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=-0.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: nm40.bullet.mail.ne1.yahoo.com Message-ID: <1400101955.37584.YahooMailNeo@web185401.mail.gq1.yahoo.com> Date: Wed, 14 May 2014 14:12:35 -0700 (PDT) From: Zdzislaw Meglicki Reply-To: Zdzislaw Meglicki Subject: Emacs-w32... still crashing... To: "cygwin AT cygwin DOT com" Cc: "kbrown AT cornell DOT edu" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s4ELG6fn000684 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. Here's what happens: 515 $ ps -ef UID PID PPID TTY STIME COMMAND gustav 19900 1 ? 07:51:01 /usr/bin/ssh-agent gustav 38280 17268 pty0 07:59:32 /usr/bin/emacs-w32 gustav 30868 38280 pty2 08:02:20 /usr/bin/bash gustav 17268 33180 pty0 07:50:46 /usr/bin/bash gustav 23076 38280 pty1 08:00:02 /usr/bin/idn gustav 19804 17268 pty0 17:04:30 /usr/bin/ps gustav 27892 1 ? 07:51:35 /home/gustav/bin/fetchmail gustav 33180 1 ? 07:50:46 /usr/bin/mintty 516 $ gdb -p 38280 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 10936 [New Thread 10936.0x5ba8] [New Thread 10936.0x869c] [New Thread 10936.0xa78] [New Thread 10936.0x39dc] [New Thread 10936.0x6ef0] [New Thread 10936.0x16dc] [New Thread 10936.0x3790] [New Thread 10936.0x10c8] [New Thread 10936.0x2b84] [New Thread 10936.0x5e5c] [New Thread 10936.0x1d1c] [New Thread 10936.0x7330] [New Thread 10936.0x88f8] [New Thread 10936.0x6474] [New Thread 10936.0x2568] [New Thread 10936.0x21f4] 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).   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). (no debugging symbols found)...done. (gdb) continue Continuing. [Thread 10936.0x21f4 exited with code 0] Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 10936.0x5ba8] 0x00007ffa6ff09e3b in KERNELBASE!DebugBreak () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll (gdb) backtrace #0 0x00007ffa6ff09e3b in KERNELBASE!DebugBreak () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll #1 0x000000010061a344 in ?? () #2 0x801e70c000000000 in ?? () #3 0x0000000000000001 in ?? () #4 0x0000000000000000 in ?? () (gdb) -- 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