public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: crash on latest cygwin snapshot
Date: Thu, 02 Aug 2012 16:29:00 -0000	[thread overview]
Message-ID: <20120802155652.GI9605@calimero.vinschen.de> (raw)
In-Reply-To: <501A946A.2030102@cornell.edu>

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

  reply	other threads:[~2012-08-02 15:57 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-24 21:30 marco atzeri
2012-06-25  4:31 ` Christopher Faylor
2012-06-25  7:35   ` marco atzeri
2012-06-25  8:07     ` Corinna Vinschen
2012-06-25  8:38       ` marco atzeri
2012-06-25  9:02         ` Corinna Vinschen
2012-06-25  9:36           ` marco atzeri
2012-06-25 11:58             ` marco atzeri
2012-06-25 14:46               ` Christopher Faylor
2012-06-25 15:01                 ` marco atzeri
2012-06-25 15:29                   ` Christopher Faylor
2012-06-25 16:28                     ` marco atzeri
2012-06-26 11:53 ` Ken Brown
2012-06-26 14:10   ` Christopher Faylor
2012-06-26 15:04     ` Christopher Faylor
2012-06-26 15:32       ` Corinna Vinschen
2012-06-26 15:52         ` Christopher Faylor
2012-06-26 16:32           ` Achim Gratz
2012-06-26 18:51         ` marco atzeri
2012-06-26 19:24           ` Christopher Faylor
2012-06-26 19:46             ` marco atzeri
2012-06-26 19:48             ` Christopher Faylor
2012-06-26 19:55               ` marco atzeri
2012-06-26 20:15               ` Christopher Faylor
2012-06-26 20:28                 ` marco atzeri
2012-06-26 20:32                   ` Christopher Faylor
2012-06-26 20:51                     ` marco atzeri
2012-06-26 20:53                       ` Christopher Faylor
2012-06-27  1:47                         ` Christopher Faylor
2012-07-02 14:43                           ` marco atzeri
2012-08-01  9:43                             ` Corinna Vinschen
2012-08-01 10:35                               ` marco atzeri
2012-08-01 12:29                                 ` Corinna Vinschen
2012-08-01 12:42                                   ` marco atzeri
2012-08-01 12:46                                     ` Corinna Vinschen
2012-08-01 12:52                                       ` marco atzeri
2012-08-01 12:58                                         ` Corinna Vinschen
2012-08-01 12:46                                   ` Ken Brown
2012-08-01 12:59                                     ` Corinna Vinschen
2012-08-02 15:57                                       ` Ken Brown
2012-08-02 16:29                                         ` Corinna Vinschen [this message]
2012-08-02 17:28                                         ` Filipp Gunbin
2012-08-02 18:15                                           ` Ken Brown
2012-08-03  7:43                                             ` Filipp Gunbin
2012-08-02 18:21                                         ` Achim Gratz
2012-08-02 18:40                                           ` Christopher Faylor
2012-08-02 19:29                                             ` Achim Gratz
2012-08-02 19:42                                               ` Christopher Faylor
2012-08-03  3:41                                                 ` Ken Brown
2012-08-03  7:05                                                   ` Christopher Faylor
2012-08-03  7:49                                                     ` Achim Gratz
2012-08-03 16:24                                                     ` Christopher Faylor
2012-08-03 20:45                                                       ` Ken Brown
2012-08-04  2:14                                                         ` Christopher Faylor
2012-08-05  4:39                                                           ` Ken Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120802155652.GI9605@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).