From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8443 invoked by alias); 2 Nov 2004 19:21:01 -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 8422 invoked from network); 2 Nov 2004 19:20:59 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 2 Nov 2004 19:20:59 -0000 Received: from zaretski ([80.230.144.19]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CZZ34156 (AUTH halo1); Tue, 2 Nov 2004 21:19:37 +0200 (IST) Date: Tue, 02 Nov 2004 19:21:00 -0000 From: "Eli Zaretskii" To: Devrim Erdem Message-ID: <01c4c110$Blat.v2.2.2$50f3a9c0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com In-reply-to: (message from Devrim Erdem on Tue, 2 Nov 2004 15:47:06 +0100) Subject: Re: Attaching and inspecting crash with gdb Reply-to: Eli Zaretskii References: <01c4c057$Blat.v2.2.2$c306b160@zahav.net.il> X-SW-Source: 2004-11/txt/msg00019.txt.bz2 [Please don't remove the mailing list from the addressees.] > Date: Tue, 2 Nov 2004 15:47:06 +0100 > From: Devrim Erdem > > I agree that a core dump would be great. > > But, my customer is using a Redhat system which doesn't by default > write any core dumps. Additionally, neither I nor they can tweak the > system to enable core writing. (Don't know how to do. ) > > If somebody knows how to enable core dumps without admin permissions > or sys. tweak, I would be glad to try. In my experience, it is usually a shell setting, so e.g. a command such as ulimit should solve this.