From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31299 invoked by alias); 6 May 2009 18:35:54 -0000 Received: (qmail 31285 invoked by uid 22791); 6 May 2009 18:35:53 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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; Wed, 06 May 2009 18:35:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AD3D72BAB6D; Wed, 6 May 2009 14:35:45 -0400 (EDT) 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 AtLqNumdnRFu; Wed, 6 May 2009 14:35:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B91D02BAB97; Wed, 6 May 2009 14:35:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 61EB7F5900; Wed, 6 May 2009 11:35:42 -0700 (PDT) Date: Wed, 06 May 2009 18:35:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org, Pierre Muller Subject: Re: [RFC] Remove last occurences of target_{insert/remove}_watchpoint Message-ID: <20090506183542.GQ10734@adacore.com> References: <001a01c9c39f$e3f217c0$abd64740$@u-strasbg.fr> <200905042033.09398.pedro@codesourcery.com> <20090506165425.GO10734@adacore.com> <200905061814.57665.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905061814.57665.pedro@codesourcery.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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-05/txt/msg00130.txt.bz2 > It seems most failures on solaris are related to a single problem, e.g., > > p/c fun() > $1 = 49 ' > (gdb) FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-tc > > >grep "error reading variable" gdb.log | wc -l > 1312 Yeah, I have roughly the same number of hits for that one. That leaves another thousand of so errors. As far as I can tell, they are made of several different symptoms: ~100 internal-errors, about a 100 are caused by the fact that we failed to run the program or ran the program to completion, etc etc etc. I can send you the gdb.log file if you're interested. I suspect not ;-). -- Joel