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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=guZhrN8CaV/HACbjSrJuYg4c9wjeQHAkPvXi07U14gh13Hq6JhomA 2CzV8Fr1OPyI6/LEeJIFwi8kkEGVVTMSn3GPE3Z0nx0bL6fCEqUSZQn4C8QPDOeF /DbgLJsGAWJeCcXAfBKBfx/z9suvBg6FYw3p1S/4H6agnpBOM+U4a0= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=24/NVez057bBMlozOrYAk20uRfA=; b=DhPAKfE4ePPFcqhDhQwY+x+ITvsK WmKlaR7B/dYI9gjfbs3v38Gi9w0V3e680TCsbVcd2QwNcAn11KdLLn8+uI8aWMGB 0vk0s7qOGmzHD5cMrs31bjipQSMiZH2dsE884PsKqPAbn4m1+3xJT+9hE1akJcwV ZSl04b4K6GlEV6Q= 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=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: calimero.vinschen.de Date: Wed, 9 Jul 2014 12:15:01 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Emacs-w32... Still Crashing Message-ID: <20140709101501.GE26447@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1404760352 DOT 3454 DOT YahooMailNeo AT web185401 DOT mail DOT gq1 DOT yahoo DOT com> <53BBF86B DOT 7090801 AT cornell DOT edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XMCwj5IQnwKtuyBG" Content-Disposition: inline In-Reply-To: <53BBF86B.7090801@cornell.edu> User-Agent: Mutt/1.5.23 (2014-03-12) --XMCwj5IQnwKtuyBG Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Jul 8 09:55, Ken Brown wrote: > On 7/7/2014 3:12 PM, Zdzislaw Meglicki wrote: > >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/WIND= OWS/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=3D0, stuff=3D4305643570) = at /usr/src/debug/emacs-24.3.91-1/src/emacs.c:2042 > >#4 0x00000001004fd591 in Fkill_emacs (arg=3D60) at /usr/src/debug/emacs= -24.3.91-1/src/emacs.c:1952 > >#5 0x00000001004fb159 in terminate_due_to_signal (sig=3D15, backtrace_l= imit=3D40) at /usr/src/debug/emacs-24.3.91-1/src/emacs.c:360 > >#6 0x0000000100520429 in handle_fatal_signal (sig=3D15) at /usr/src/deb= ug/emacs-24.3.91-1/src/sysdep.c:1630 > >#7 0x000000010052035d in deliver_process_signal (sig=3D15, handler=3D0x= 100520411 ) at /usr/src/debug/emacs-24.3.91-1/src/sysdep.c:1570 > >#8 0x0000000100520444 in deliver_fatal_signal (sig=3D15) at /usr/src/de= bug/emacs-24.3.91-1/src/sysdep.c:1636 > >#9 0x0000000180070c8a in _cygtls::call_signal_handler (this=3D0x43ce00)= 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 ?? () >=20 > Thanks. All I can see from this is that a SIGTERM was generated, causing > emacs to abort, but maybe someone else can see more. >=20 > Grasping at straws, as usual, I wonder if these mysterious crashes could = be > related to a bug that Corinna just fixed: >=20 > https://cygwin.com/ml/cygwin-cvs/2014-q3/msg00004.html >=20 > Corinna, is this plausible? If so, maybe Gustav should try the next > snapshot of the Cygwin DLL. (The current one doesn't seem to have this f= ix > in it.) Maybe, but the signal should be SIGSEGV, not SIGTERM. SIGTERM is=20 usually an application-created signal. Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --XMCwj5IQnwKtuyBG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTvRYlAAoJEPU2Bp2uRE+glIEQAKNutMyEZiEmqiArFljHRlFA zm/q5kEmVdU9w6Is40ZpQlHrrRomXlSKJvvbprS0y6nqvRgf4FGsG5/vxwtdLX3A 3fM/dfN5Bp5ozHABrLncodsk5l2FMjDr2n7Fyeftz/8FAorWRlA4OV1i9ZEfmzIf ZvWYL0nq0SgF6J6+UgguYoPLJae5XoyWPfwjBKrT/7DNnb8chhPWH83EPUFr6Sjx 2wDbIULghVJDq85sBbyufH8OhmnBKVI0iuE4iJJn7+2pMwup6iFlczvRUCOiArQA hIBZOCv7TAxa8fyWbIqri7ag6yEu0XaGPPy56js1ypmf2KIFZYbGB3CfTyO4rC0J qUa0jEkuY9Ag0MYSOHmgXoq9bIakjBCgxwg5W8UybsMR6ehCbJDuHCJbtrE4BOsu OjeMu5QU2QkOfsl/E8S73Sz8ggVKLoj7S7K2ePGJKzzWTJwjBbSMs3glFEEaQlzm 6yd7jJRc8FjZrFkNcuc8T0kcDo2vK+Lw/MmGtN6AaD3QBAFKcpCQheGGjOThvpGf /wcNeP1fa95IV3skWZ/49HDusPvegdRZovebJ/jlatEd+LD2RbCW8y3Rqj3RrA+e kw6UIUunsF1m4zQy9zhkzqL8CZeekAL4qF4c88JcfIvkJZD9VtU/8fZhIyOQZSHa jnZ4Ff06uNH7HJ5iuUi4 =FaTf -----END PGP SIGNATURE----- --XMCwj5IQnwKtuyBG--