From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs crashes accidentally Date: Thu, 07 Sep 2006 17:15:14 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1157663972 30890 80.91.229.2 (7 Sep 2006 21:19:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 21:19:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 07 23:19:31 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GLRHC-0006OL-CE for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 23:19:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLRHB-0005oh-PO for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 17:19:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLRDQ-0005mX-PN for emacs-devel@gnu.org; Thu, 07 Sep 2006 17:15:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLRDP-0005iM-Dj for emacs-devel@gnu.org; Thu, 07 Sep 2006 17:15:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLRDP-0005hr-7t for emacs-devel@gnu.org; Thu, 07 Sep 2006 17:15:15 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GLRDr-0006cn-Ax for emacs-devel@gnu.org; Thu, 07 Sep 2006 17:15:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GLRDO-0000ny-LQ; Thu, 07 Sep 2006 17:15:14 -0400 Original-To: "Herbert Euler" In-reply-to: (herberteuler@hotmail.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59528 Archived-At: $2 = (struct Lisp_String *) 0x23c9d20 "No further undo information" (gdb) p *$ $3 = { size = 27, size_byte = -1, intervals = 0x0, data = 0x243d8ac "No further undo information" } It looks valid to me. So what directly caused strout to crash? Please investigate its code and its data and figure out the immediate cause of the crash. I don't know how INTERNAL_CONDITION_CASE is invoked here, is it invoked by jumping? It is invoked from its caller in keyboard.c, but errors return to it with longjmp. longjmp could be how control got to it this time.