From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: crash in GC Date: Fri, 24 May 2002 21:04:38 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200205240044.g4O0i9E01298@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022288967 17286 127.0.0.1 (25 May 2002 01:09:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 25 May 2002 01:09:27 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17BQ3j-0004Uh-00 for ; Sat, 25 May 2002 03:09:27 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17BQJs-0001L6-00 for ; Sat, 25 May 2002 03:26:08 +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 17BQ0e-0006LR-00; Fri, 24 May 2002 21:06:16 -0400 Original-Received: from 146-115-123-35.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([146.115.123.35] helo=raeburn.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17BPzI-0006Hh-00 for ; Fri, 24 May 2002 21:04:53 -0400 Original-Received: from kal-el.raeburn.org ([2002:9273:7b23:1:201:2ff:fe23:e26d]) by raeburn.org (8.11.3/8.11.3) with ESMTP id g4P14dB26697; Fri, 24 May 2002 21:04:39 -0400 (EDT) Original-Received: from raeburn by kal-el.raeburn.org with local (Exim 3.35 #1 (Debian)) id 17BPz4-00060k-00; Fri, 24 May 2002 21:04:38 -0400 Original-To: emacs-devel@gnu.org In-Reply-To: (Sam Steingold's message of "24 May 2002 16:50:53 -0400") Original-Lines: 9 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1.50 (i686-pc-linux-gnu) 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:4365 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4365 Sam Steingold writes: > okay - what other options are there: is there a way to tell gdb to dump > core so that I can send it to someone interested in the matter? You could use gdb's "call" command to invoke fork() or abort() in the child process. Though without your emacs image and symbol table, I'm skeptical that the core file would be terribly useful.