From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23724 invoked by alias); 30 Jan 2010 13:05:32 -0000 Received: (qmail 23716 invoked by uid 22791); 30 Jan 2010 13:05:32 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 30 Jan 2010 13:05:25 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o0UD583U018027; Sat, 30 Jan 2010 14:05:08 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o0UD56Zp003815; Sat, 30 Jan 2010 14:05:06 +0100 (CET) Date: Sat, 30 Jan 2010 13:05:00 -0000 Message-Id: <201001301305.o0UD56Zp003815@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: tromey@redhat.com, gdb-patches@sourceware.org In-reply-to: <20100115003529.GA26561@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Fri, 15 Jan 2010 01:35:29 +0100) Subject: Re: [patch] Do not disappoint on "Create a core file of GDB?" References: <20100111160241.GA12356@host0.dyn.jankratochvil.net> <20100115003529.GA26561@host0.dyn.jankratochvil.net> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00657.txt.bz2 > Date: Fri, 15 Jan 2010 01:35:29 +0100 > From: Jan Kratochvil > > On Tue, 12 Jan 2010 17:58:48 +0100, Tom Tromey wrote: > > Jan> 2010-01-11 Jan Kratochvil > > Jan> * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit. > > Jan> * configure: Regenerate. > > Jan> * config.in: Regenerate. > > Jan> * utils.c: Include sys/resource.h. > > Jan> (dump_core, can_dump_core): New. > > Jan> (internal_vproblem): Update the comment. Check can_dump_core while > > Jan> setting dump_core_p. Replace two abort calls by dump_core calls. > > > > Looks good to me. > > Ok. > > Checked-in. I fear that after you did that the "NOTE: GDB has only three calls to abort()." comment is no longer true. Can you fix that?