From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12689 invoked by alias); 2 Aug 2012 15:57:40 -0000 Received: (qmail 12609 invoked by uid 22791); 2 Aug 2012 15:57:14 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.83/v0.83-20-g38e4449) with ESMTP; Thu, 02 Aug 2012 15:56:54 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 32A752C00BE; Thu, 2 Aug 2012 17:56:52 +0200 (CEST) Date: Thu, 02 Aug 2012 16:29:00 -0000 From: Corinna Vinschen 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: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00049.txt.bz2 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