delorie.com/archives/browse.cgi | search |
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:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
q=dns; s=default; b=mReBudyMG7H6yXU/RWHiQd+7fy6/wM1ZdF7i981FplH | |
dg7Z9WaI1cy//WYP2yzmB84t9W9Rk/BaEAZQPqW3VlOimunQ5Il2BZQVXP8WgDT+ | |
RkAdQgBKuazjsiRT2PuWUhwxJksi0PD16ATr2v9OXH9Fae36/5ndXnSGdGMCh7k8 | |
= | |
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:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
s=default; bh=QvGSCSQvNfcqY0/mTslerGdg0m4=; b=JsgRvR89Jj0irpwER | |
3IJk/gRRSJ7ActqOqIMkkFqtC4yvFvERH1HQHn2F7+Z8g3ChRprS1o+tyydW4B8B | |
r5q7TQhI8DqMJ5zPQpSRm3A1t1qXjP3zSMkyC/yvx22D2SNjQZIGcEzy+WfSHAis | |
mCvp2u55EfVFoosAwkN8eawApU= | |
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 |
X-Spam-SWARE-Status: | No, score=-1.9 required=5.0 tests=AWL,BAYES_05,KHOP_RCVD_UNTRUST,KHOP_THREADED,MAY_BE_FORGED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RDNS_NONE,SPF_NEUTRAL autolearn=no version=3.3.1 |
Message-ID: | <51FBA100.90005@cs.utoronto.ca> |
Date: | Fri, 02 Aug 2013 08:07:28 -0400 |
From: | Ryan Johnson <ryan DOT johnson AT cs DOT utoronto DOT ca> |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: 64-bit emacs crashes a lot |
References: | <51F3151D DOT 7040000 AT cs DOT utoronto DOT ca> <51F33565 DOT 1090406 AT cornell DOT edu> <51F33F52 DOT 4060405 AT cs DOT utoronto DOT ca> <51FB1D9E DOT 5090102 AT cs DOT utoronto DOT ca> <20130802080211 DOT GA18054 AT calimero DOT vinschen DOT de> <51FB9228 DOT 2020309 AT cornell DOT edu> |
In-Reply-To: | <51FB9228.2020309@cornell.edu> |
On 02/08/2013 7:04 AM, Ken Brown wrote: > On 8/2/2013 4:02 AM, Corinna Vinschen wrote: >> On Aug 1 22:46, Ryan Johnson wrote: >>> On 26/07/2013 11:32 PM, Ryan Johnson wrote: >>>> On 26/07/2013 10:50 PM, Ken Brown wrote: >>>>> On 7/26/2013 8:32 PM, Ryan Johnson wrote: >>>>>> Hi all, >>>>>> >>>>>> Running 64-bit cygwin 1.7.22(0.268/5/3), with emacs-nox 24.3-4 >>>>>> inside >>>>>> mintty 1.2-beta1-1, I keep getting seg faults and "Fatal error >>>>>> 6: Aborted" >>>> >>>>>> It happens at strange times, invariably during I/O of some kind >>>>>> (either >>>>>> keyboard input or output from some compilation window); I don't >>>>>> get the >>>>>> impression it's fork-related. I don't know how to get a backtrace >>>>>> from >>>>>> emacs, given the way any exception or signal always loses the >>>>>> "userland" >>>>>> stack (suggestions welcome). >>>>>> >>>>>> Anyone else seeing this? >>>>> >>>>> This doesn't really answer your question since I don't use >>>>> emacs-nox, but I've been running 64-bit emacs-X11 and finding it >>>>> very stable. I typically keep it running for several days at a >>>>> time. >>>>> >>>>> You say you don't know how to get a backtrace from emacs. I >>>>> assume you've installed emacs-debuginfo and run emacs under gdb. >>>>> Are you saying you can never get a backtrace after it crashes? >>>> I do have the emacs-debuginfo. I meant that the stack dump didn't >>>> have any emacs frames in it (they were all cygwin1.dll), and my >>>> experience with cygwin/gdb is that once you've taken a signal or >>>> exception you lose the cygwin stack and just see a bunch of >>>> threads mucking around in various low-level Windows dlls. >>>> >>>> I have tried attaching gdb to emacs and setting a breakpoint on >>>> abort(), but it didn't catch anything yet. I'm also hampered by >>>> gdb constantly getting confused, breaking partway into emacs, and >>>> having to detach/reattach it. I've started a new thread for that >>>> issue. >>> >>> Here's a new one... I started a compilation, but before it actually >>> invoked the command it started pegging the CPU. After ^G^G^G, it >>> crashed with the following: >>>> Auto-save? (y or n) y >>>> 0 [main] emacs 5076 C:\cygwin64\bin\emacs-nox.exe: *** fatal >>>> error - Internal error: TP_NUM_W_BUFS too small 2268032 >= 10. >> >> That looks like a memory overwrite. 2268032 is 0x229b80, which looks >> suspiciously like a stack address. And the overwritten value is on the >> stack, too, well within the cygwin TLS area. If *this* value gets >> overwritten, the TLS is probbaly totally hosed at this point. There's >> just no way to infer the culprit from this limited info. > > Could this be BLODA? Ryan, I noticed that you wrote in a different > thread, "I recently migrated to 64-bit cygwin...and so far have not > had to disable Windows Defender; the latter was a recurring source of > trouble for my previous 32-bit cygwin install on Win7/64." This would be a whole new level of nasty from a BLODA... I thought they only interfered with fork()? However, this *is* Windows Defender we're talking about... service disabled and all cygwin processes restarted. I'll let you know in a day or so if the crashes go away. Thanks, Ryan -- 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 |