From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9184 invoked by alias); 11 Jan 2006 04:19:37 -0000 Received: (qmail 9175 invoked by uid 22791); 11 Jan 2006 04:19:36 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jan 2006 04:19:35 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-206-236.inter.net.il [83.130.206.236]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CKZ86446 (AUTH halo1); Wed, 11 Jan 2006 06:19:19 +0200 (IST) Date: Wed, 11 Jan 2006 04:19:00 -0000 Message-Id: From: Eli Zaretskii To: Russell Shaw CC: gdb@sources.redhat.com In-reply-to: <43C464D2.4000107@netspace.net.au> (message from Russell Shaw on Wed, 11 Jan 2006 12:52:18 +1100) Subject: Re: Core dumps Reply-to: Eli Zaretskii References: <20060111014313.64887.qmail@web52011.mail.yahoo.com> <43C464D2.4000107@netspace.net.au> 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/msg00084.txt.bz2 > 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'.