delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/07/07/15:16:12

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=LF4Jy1xqR0pTZ6qinRSj8PeIfKHY3A3vOhfqdT0bEEaXz2vk4wuPG
NhN7RpQwl6dSJxqS79OnxDB1LoJgFnV0WSE41B/7f9l9lfNrcf2hBeUQQ5GuN5kH
xYvljwPTHjpm2h7s5H3uWyBn317BMWD5eJSBpchvVkq95vKGuALJ2U=
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=nzQl5vE4buMXGcmCPtyS9CdvUfk=; b=BRENHfcb8HV/Gmr0JOTWiBEvfUcU
9ZmohPdUFDJiICEzm4iC1qLO5zH8MWzxZu+G1E5d4mMQHUBbIWKodyjGkq1zzOot
jmFE5x1oqdMhDBoDiZ6fNqSMwlF9GADKhRobbFUeCyzJi5cbANyNYbTIGmaUwpCq
jAmXUK07zPUDg/k=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: nm46.bullet.mail.ne1.yahoo.com
Message-ID: <1404760352.3454.YahooMailNeo@web185401.mail.gq1.yahoo.com>
Date: Mon, 7 Jul 2014 12:12:32 -0700
From: Zdzislaw Meglicki <zdzisiekm AT sbcglobal DOT net>
Reply-To: Zdzislaw Meglicki <zdzisiekm AT sbcglobal DOT net>
Subject: Emacs-w32... Still Crashing
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Cc: "kbrown AT cornell DOT edu" <kbrown AT cornell DOT edu>
MIME-Version: 1.0
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s67JG4FA005033

The current version of Emacs that I have is
emacs                   24.3.91-1            OK
emacs debuginfo         24.3.91-1            OK
emacs-el                24.3.91-1            OK
emacs-w32               24.3.91-1            OK
emacs-X11               24.3.91-1            OK

Cygwin is 
Cygwin DLL version info:
DLL version: 1.7.30
DLL epoch: 19
DLL old termios: 5
DLL malloc env: 28
Cygwin conv: 181
API major: 0
API minor: 272
Shared data: 5
DLL identifier: cygwin1
Mount registry: 3
Cygwin registry name: Cygwin
Program options name: Program Options
Installations name: Installations
Cygdrive default prefix:
Build date:
Shared id: cygwin1S5

Windows is 

Windows 8.1 Pro on AMD A8-5500 APU, 3.20 GHz, 64-bit OS, x64 CPU

These days, Emacs no longer crashes as often as it used to. 
So, there's been nothing to report until now. Emacs-w32 hanged
and produced the "do you want to enter debugger" window,
with the following backtrace produced by gdb:

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 4532.0xa100]
0x00007ff974f39e3b in KERNELBASE!DebugBreak () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll 
(gdb) bt 
#0  0x00007ff974f39e3b in KERNELBASE!DebugBreak () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll 
#1  0x000000010061a7a4 in emacs_abort () at /usr/src/debug/emacs-24.3.91-1/src/w32fns.c:8474 
#2  0x000000010043b702 in check_message_stack () at /usr/src/debug/emacs-24.3.91-1/src/xdisp.c:10993 
#3  0x00000001004fd763 in shut_down_emacs (sig=0, stuff=4305643570) at /usr/src/debug/emacs-24.3.91-1/src/emacs.c:2042 
#4  0x00000001004fd591 in Fkill_emacs (arg=60) at /usr/src/debug/emacs-24.3.91-1/src/emacs.c:1952 
#5  0x00000001004fb159 in terminate_due_to_signal (sig=15, backtrace_limit=40) at /usr/src/debug/emacs-24.3.91-1/src/emacs.c:360 
#6  0x0000000100520429 in handle_fatal_signal (sig=15) at /usr/src/debug/emacs-24.3.91-1/src/sysdep.c:1630 
#7  0x000000010052035d in deliver_process_signal (sig=15, handler=0x100520411 ) at /usr/src/debug/emacs-24.3.91-1/src/sysdep.c:1570 
#8  0x0000000100520444 in deliver_fatal_signal (sig=15) at /usr/src/debug/emacs-24.3.91-1/src/sysdep.c:1636 
#9  0x0000000180070c8a in _cygtls::call_signal_handler (this=0x43ce00) at /usr/src/debug/cygwin-1.7.30-1/winsup/cygwin/exceptions.cc:1463 
#10 0x0000000180111db8 in sigdelayed () from /usr/bin/cygwin1.dll 
#11 0x0000000100a2e832 in bss_sbrk_buffer ()
#12 0x0000000000000000 in ?? () 
(gdb) 

Zdzislaw (Gustav) Meglicki
Indiana University


--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019