From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6478 invoked by alias); 8 Mar 2010 07:46:48 -0000 Received: (qmail 6465 invoked by uid 22791); 8 Mar 2010 07:46:48 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Mar 2010 07:46:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id ADD2C2BAB35 for ; Mon, 8 Mar 2010 02:46:43 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QaRm279yShyO for ; Mon, 8 Mar 2010 02:46:43 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3B94F2BAAC3 for ; Mon, 8 Mar 2010 02:46:43 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 04ED6F5894; Mon, 8 Mar 2010 11:46:28 +0400 (RET) Date: Mon, 08 Mar 2010 07:46:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFC/ia64] memory error when reading wrong core file Message-ID: <20100308074627.GG3081@adacore.com> References: <20100129160222.GL26811@adacore.com> <20100201012458.GB6015@host0.dyn.jankratochvil.net> <20100201065327.GM26827@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100201065327.GM26827@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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-03/txt/msg00298.txt.bz2 > gdb/ChangeLog: > > * solib-svr4.c (solib_svr4_r_map): catch and print all exception > errors while reading the inferior memory, and return zero if > an exception was raised. This is a patch that I should have checked in a while ago, but somehow forgot. Now in (HEAD only, since hardly critical). -- Joel