| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD |
| X-Spam-Check-By: | sourceware.org |
| X-CornellRouted: | This message has been Routed already. |
| Message-ID: | <5137B57A.2020204@cornell.edu> |
| Date: | Wed, 06 Mar 2013 16:30:34 -0500 |
| From: | Ken Brown <kbrown AT cornell DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 |
| MIME-Version: | 1.0 |
| To: | cygwin <cygwin AT cygwin DOT com> |
| Subject: | emacs-X11 crashes under gdb in recent snapshots |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Starting with the 20130102 snapshot, I get a SEGV if I run emacs-X11
under gdb. The same thing happens with emacs-w32, but not with
emacs-nox. In the case of emacs-X11, it doesn't matter whether I run it
in mintty or under an X server. It happens with emacs-24.2-1 as well as
with later test versions (and builds from the emacs trunk).
To reproduce:
1. Install emacs-X11-24.2-1 and emacs-debuginfo-24.2-1.
2. Start emacs under mintty.
3. In a separate mintty, attach gdb to it and try to continue:
$ ps | grep emacs
5328 10484 5328 10188 pty0 1003 16:16:33
/usr/bin/emacs-X11
$ gdb -p 5328
GNU gdb (GDB) 7.5.50.20120815-cvs (cygwin-special)
Copyright (C) 2012 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 "i686-cygwin".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Attaching to process 10188
[New Thread 10188.0x2a88]
[New Thread 10188.0x1e64]
[New Thread 10188.0xaec]
[New Thread 10188.0x21a8]
[New Thread 10188.0x2990]
[New Thread 10188.0xbbc]
Reading symbols from /usr/bin/emacs-X11.exe...Reading symbols from
/usr/lib/debug/usr/bin/emacs-X11.exe.dbg...done.
done.
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 10188.0x1e64]
0x00000030 in ?? ()
In the 20130102 snapshot, it takes a few seconds after typing `c' before
the crash occurs. In more recent snapshots, it happens immediately.
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |