From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29307 invoked by alias); 22 Mar 2004 17:48:13 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29290 invoked from network); 22 Mar 2004 17:48:11 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 22 Mar 2004 17:48:11 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id 52E09C60F; Mon, 22 Mar 2004 09:48:11 -0800 (PST) To: gdb Subject: Re: generating a core file References: From: David Carlton Date: Mon, 22 Mar 2004 19:17:00 -0000 In-Reply-To: (David Carlton's message of "Mon, 22 Mar 2004 09:24:11 -0800") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg00202.txt.bz2 On Mon, 22 Mar 2004 09:24:11 -0800, David Carlton said: > This is quite off-topic, but are there any programs out there that can > generate a core file from a stopped process, and write that core file > to a pipe or send it over the network somehow? I guess it's not completely off-topic, actually; it might be nice if there were a mention of generate-core-file in the GDB info pages. I just tried using that command together with a named pipe, but it complained a lot about illegal seeks; is it inherently difficult to generate a core file without random-access files? David Carlton carlton@kealia.com