From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: crash in RC branch Date: Thu, 07 Nov 2002 10:07:37 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036682815 27935 80.91.224.249 (7 Nov 2002 15:26:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 15:26:55 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189oWa-00074B-00 for ; Thu, 07 Nov 2002 16:24:52 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189ofc-0002wN-00 for ; Thu, 07 Nov 2002 16:34:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189oU7-0005Ji-00; Thu, 07 Nov 2002 10:22:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189oG2-00019A-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:07:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189oFz-00016w-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:07:45 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189oFy-00016g-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:07:42 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 189oFt-0007ij-00; Thu, 07 Nov 2002 10:07:37 -0500 Original-To: eliz@is.elta.co.il Original-cc: hilfingr@CS.Berkeley.edu, vincent@waw.com, jimb@cygnus.com, cagney@cygnus.com, jtc@acorntoolworks.com, dewar@gnat.com, klee@apple.com, shebs@apple.com, toddpw@toddpw.org In-reply-to: (message from Eli Zaretskii on Wed, 6 Nov 2002 08:41:30 +0200 (IST)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9223 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9223 > There is no easy way to recreate it as a live > session, but it should not be hard to add a GDB command to create a > core dump from it. As a matter of fact, the current development sources of GDB already have such a command. Thank you, GDB maintainers, for adding this useful feature.