From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20754 invoked by alias); 11 Jan 2006 04:45:03 -0000 Received: (qmail 20745 invoked by uid 22791); 11 Jan 2006 04:45:02 -0000 X-Spam-Check-By: sourceware.org Received: from smtp4.wanadoo.fr (HELO smtp4.wanadoo.fr) (193.252.22.27) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jan 2006 04:45:01 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id 8B7521C001FC for ; Wed, 11 Jan 2006 05:44:58 +0100 (CET) Received: from takamaka.act-europe.fr (AStDenis-105-1-8-38.w81-248.abo.wanadoo.fr [81.248.195.38]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id 2B7D41C001F1; Wed, 11 Jan 2006 05:44:58 +0100 (CET) X-ME-UUID: 20060111044458178.2B7D41C001F1@mwinf0404.wanadoo.fr Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 850F647E7B; Wed, 11 Jan 2006 08:44:55 +0400 (RET) Date: Wed, 11 Jan 2006 04:45:00 -0000 From: Joel Brobecker To: Russell Shaw Cc: gdb@sources.redhat.com Subject: Re: Core dumps Message-ID: <20060111044455.GB676@adacore.com> References: <20060111014313.64887.qmail@web52011.mail.yahoo.com> <43C464D2.4000107@netspace.net.au> <43C48C5B.2040309@netspace.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C48C5B.2040309@netspace.net.au> User-Agent: Mutt/1.4i 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/msg00087.txt.bz2 > $russell@home~: ulimit > $unlimited > > What else can i try? What shell do you use? I use zsh, and I have to use "ulimit -c" to modify the core-file size: %ulimit unlimited %ulimit -a cpu time (seconds) unlimited file size (blocks) unlimited data seg size (kbytes) unlimited stack size (kbytes) 8192 core file size (blocks) 0 unlimited processes 4093 file descriptors 1024 locked-in-memory size (kb) unlimited memory size (kb) unlimited file locks unlimited %ulimit -c 2000000 %ulimit -a cpu time (seconds) unlimited file size (blocks) unlimited data seg size (kbytes) unlimited stack size (kbytes) 8192 core file size (blocks) 2000000 unlimited processes 4093 file descriptors 1024 locked-in-memory size (kb) unlimited memory size (kb) unlimited file locks unlimited -- Joel