X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Thu, 2 Aug 2012 17:56:52 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: crash on latest cygwin snapshot
Message-ID: <20120802155652.GI9605@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <4FEA20AB.8060503@gmail.com> <20120626205331.GD26174@ednor.casa.cgf.cx> <20120627014651.GA10400@ednor.casa.cgf.cx> <4FF1B37A.4000902@gmail.com> <20120801094311.GE18636@calimero.vinschen.de> <50190645.2050209@gmail.com> <20120801122902.GC17949@calimero.vinschen.de> <50192522.4090507@cornell.edu> <20120801125834.GH17949@calimero.vinschen.de> <501A946A.2030102@cornell.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <501A946A.2030102@cornell.edu>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Aug  2 10:53, Ken Brown wrote:
> On 8/1/2012 8:58 AM, Corinna Vinschen wrote:
> >On Aug  1 08:46, Ken Brown wrote:
> >>I never had a reliable way of reproducing the crash (see
> >>http://cygwin.com/ml/cygwin/2012-06/msg00464.html).  It happened
> >>seemingly at random, and very sporadically.  But I have the snapshot
> >>installed and will exercise it as much as I can.
> >
> >Thanks!
> 
> The good news: I haven't seen a repeat of that old crash so far.

That's really good news, thank you.

> Unfortunately, I'm finding that emacs is unstable:  The emacs window
> (running under X) simply disappears after 12-24 hours.  This may not
> have anything to do with the most recent changes.  I haven't yet
> tested any earlier snapshots.
> 
> Testing this is a very slow process, since I don't know how to
> produce the problem; I just have to wait and see if emacs will die.
> 
> I tried to get some information by running emacs under gdb the most
> recent time I started it, but all I got was this:
> 
> (gdb) c
> Continuing.
> [Inferior 1 (process 8196) exited with code 05400]
> (gdb) bt
> No stack
> 
> Does that exit code mean anything to you?  I couldn't find anything
> by googling.

05400 oct is 0xb00 hex.  As a wait(2) compatible exit code, it would
mean a normal exit, not signal-induced, with an exit value of 11.  Which
is kind of suspicious, since 11 is also the signal number of a SEGV.  Of
course, not every SEGV must be related to the problem at hand, but
still...

Does emacs have a signal handler which handles SEGVs?  If so, you might
consider to set a breakpoint on this signal handler in GDB.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

