From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23520 invoked by alias); 11 Jan 2006 01:43:16 -0000 Received: (qmail 23513 invoked by uid 22791); 11 Jan 2006 01:43:16 -0000 X-Spam-Check-By: sourceware.org Received: from web52011.mail.yahoo.com (HELO web52011.mail.yahoo.com) (206.190.48.94) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 11 Jan 2006 01:43:15 +0000 Received: (qmail 64889 invoked by uid 60001); 11 Jan 2006 01:43:13 -0000 Message-ID: <20060111014313.64887.qmail@web52011.mail.yahoo.com> Received: from [209.203.121.53] by web52011.mail.yahoo.com via HTTP; Tue, 10 Jan 2006 17:43:13 PST X-RocketYMMF: natkelcri Date: Wed, 11 Jan 2006 01:43:00 -0000 From: Larry Martell Reply-To: larry@software-horizons.com Subject: Re: Core dumps To: Russell Shaw Cc: gdb@sources.redhat.com In-Reply-To: <43C45D89.9030408@netspace.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00082.txt.bz2 --- Russell Shaw wrote: > What's the best way to force a core-dump from my own > code? > (I couldn't find much on the net) Doesn't a SIGABRT (kill -6) force a core dump? HTH, -larry