From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19131 invoked by alias); 11 Jan 2006 04:41:05 -0000 Received: (qmail 19124 invoked by uid 22791); 11 Jan 2006 04:41:04 -0000 X-Spam-Check-By: sourceware.org Received: from thunder.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.71) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jan 2006 04:41:03 +0000 Received: from [192.168.0.10] (220-253-60-77.VIC.netspace.net.au [220.253.60.77]) by mail.netspace.net.au (Postfix) with ESMTP id C524048F94 for ; Wed, 11 Jan 2006 15:40:58 +1100 (EST) Message-ID: <43C48C5B.2040309@netspace.net.au> Date: Wed, 11 Jan 2006 04:41:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050914 Debian/1.7.11-1 MIME-Version: 1.0 Cc: gdb@sources.redhat.com Subject: Re: Core dumps References: <20060111014313.64887.qmail@web52011.mail.yahoo.com> <43C464D2.4000107@netspace.net.au> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/msg00086.txt.bz2 Eli Zaretskii wrote: >>Date: Wed, 11 Jan 2006 12:52:18 +1100 >>From: Russell Shaw >>Cc: gdb@sources.redhat.com >> >>>Doesn't a SIGABRT (kill -6) force a core dump? >> >>I put this in my own code, but it still doesn't make a >>core file: >> >> printf("Aborting...\n"); >> raise(6); > > Probably because your shell's init file(s) specify that the limit on > core files is zero bytes. Use `ulimit' to change that to `unlimited'. $russell@home~: ulimit $unlimited What else can i try?