From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7911 invoked by alias); 20 Dec 2002 14:42:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7892 invoked from network); 20 Dec 2002 14:42:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 20 Dec 2002 14:42:24 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gBKEFng17648 for ; Fri, 20 Dec 2002 09:15:49 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBKEgC227674; Fri, 20 Dec 2002 09:42:12 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBKEgBL02079; Fri, 20 Dec 2002 09:42:11 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 2B315FF79; Fri, 20 Dec 2002 09:46:40 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15875.11599.902461.120675@localhost.redhat.com> Date: Fri, 20 Dec 2002 06:50:00 -0000 To: Michael Elizabeth Chastain Cc: ezannoni@redhat.com, kettenis@chello.nl, gdb-patches@sources.redhat.com, msnyder@redhat.com Subject: Re: [RFA] Fix gdb/669 (fwd) In-Reply-To: <200212200429.gBK4TJ509795@duracef.shout.net> References: <200212200429.gBK4TJ509795@duracef.shout.net> X-SW-Source: 2002-12/txt/msg00579.txt.bz2 Michael Elizabeth Chastain writes: > Oh, good. > Yes, it should fix it. Let me know if it doesn't. Elena > I've been getting intermittent failures in gdb.mi/gdb669.exp: > >From my 2002-12-12 test runs: > > FAIL: gdb.mi/gdb669.exp: console and MI have same number of threads (try 2) > # gdb gcc binutils gformat > HEAD 2.95.3 2.13.1 dwarf-2 > HEAD 2.95.3 2.13.1 stabs+ > HEAD 2.95.3 HEAD dwarf-2 > HEAD 2.95.3 HEAD stabs+ > HEAD 2.95.3 binutils-2_13-branch dwarf-2 > HEAD 2.95.3 binutils-2_13-branch stabs+ > HEAD 2.95.3 vendor stabs+ > > FAIL: gdb.mi/gdb669.exp: console and MI have same number of threads (try 3) > # gdb gcc binutils gformat > HEAD 3.2.1 binutils-2_13-branch stabs+ > HEAD vendor vendor dwarf-2 > HEAD vendor vendor stabs+ > > Maybe this patch will fix this. > > Michael C