From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4559 invoked by alias); 31 Dec 2009 07:51:05 -0000 Received: (qmail 4549 invoked by uid 22791); 31 Dec 2009 07:51:05 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Dec 2009 07:51:00 +0000 Received: (qmail 3037 invoked from network); 31 Dec 2009 07:50:58 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Dec 2009 07:50:58 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA/commit] Internal error while loading core on alpha-tru64 Date: Thu, 31 Dec 2009 07:51:00 -0000 User-Agent: KMail/1.9.10 Cc: Joel Brobecker References: <20091231070224.GE548@adacore.com> In-Reply-To: <20091231070224.GE548@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200912310751.01964.pedro@codesourcery.com> X-IsSubscribed: yes 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: 2009-12/txt/msg00460.txt.bz2 On Thursday 31 December 2009 07:02:24, Joel Brobecker wrote: > The fix I applied was to replace the call to add_inferior_silent > by a call to inferior_appeared... I think that this was the right > thing to do. It is, thanks for catching. > 2009-12-31 Joel Brobecker > > Internal error while loading core on alpha-tru64. > * corelow.c (core_open): Delete unused local variables. > Use inferior_appeared instead of add_inferior_silent. This is OK. > Tested on alpha-tru64 with the AdaCore gdb-testsuite (I can no longer > run the dejagnu testsuite on this platform). (You don't actually need to be able to run dejagnu on the platform--- you should give remote host testing a try sometime.) > This is the only platform where I observed this issue. Should have affected OpenBSD too, I think. -- Pedro Alves