From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31119 invoked by alias); 15 Aug 2003 12:15:12 -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 31093 invoked from network); 15 Aug 2003 12:15:08 -0000 Received: from unknown (HELO lakemtao02.cox.net) (68.1.17.243) by sources.redhat.com with SMTP; 15 Aug 2003 12:15:08 -0000 Received: from white ([68.9.191.65]) by lakemtao02.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030815121508.EOQZ24359.lakemtao02.cox.net@white>; Fri, 15 Aug 2003 08:15:08 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 19ndU0-0000NA-00; Fri, 15 Aug 2003 08:15:04 -0400 Date: Fri, 15 Aug 2003 12:15:00 -0000 From: Bob Rossi To: Brijesh Shukla Cc: gdb@sources.redhat.com Subject: Re: force fully core dump Message-ID: <20030815121504.GA1420@white> Mail-Followup-To: Brijesh Shukla , gdb@sources.redhat.com References: <3F3C8C6E.2070101@access.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F3C8C6E.2070101@access.co.jp> User-Agent: Mutt/1.3.28i X-SW-Source: 2003-08/txt/msg00157.txt.bz2 Hi, Well, if you are on a system that supports the SIGABRT signal, then there is at least 1 alternative. Send the process the SIGABRT like, kill -SIGABRT pid. That should make the process core dump. Bob Rossi On Fri, Aug 15, 2003 at 04:31:58PM +0900, Brijesh Shukla wrote: > Hello GDB list, > I am asking a poor question.. > How can i generate a forcefully core dump from a running process.. > if there is any way please let me know.. > thanks & regards > brijesh shukla