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: core dump Date: Mon, 15 Apr 2002 16:01:12 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200204152201.g3FM1CV23938@aztec.santafe.edu> References: <20020405233331.17827.qmail@coulee.tdb.com> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018909093 17708 127.0.0.1 (15 Apr 2002 22:18:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 15 Apr 2002 22:18:13 +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.33 #1 (Debian)) id 16xEnd-0004bV-00 for ; Tue, 16 Apr 2002 00:18:13 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16xF5Y-0000Mu-00 for ; Tue, 16 Apr 2002 00:36:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xEnX-0000s9-00; Mon, 15 Apr 2002 18:18:07 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xEXD-0007q9-00; Mon, 15 Apr 2002 18:01:16 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g3FM1Ca14195; Mon, 15 Apr 2002 16:01:12 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g3FM1CV23938; Mon, 15 Apr 2002 16:01:12 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: seniorr@aracnet.com In-Reply-To: <20020405233331.17827.qmail@coulee.tdb.com> (message from Russell Senior on 5 Apr 2002 23:33:31 -0000) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2648 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2648 Please forgive the delay in my responding to you. Mail is very heavy. I was hoping someone else would handle this. It is not feasible to debug a core dump from another user's machine--the only way to investigate is if you run a debugger. Can you possibly investigate the immediate causes of the crash? What data was invalid? The file etc/DEBUG gives some advice on debugging Emacs, but you might want to look at the GDB manual too.