From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21513 invoked by alias); 2 Jan 2003 17:07:41 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21506 invoked from network); 2 Jan 2003 17:07:38 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 2 Jan 2003 17:07:38 -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 h02GeCB09635 for ; Thu, 2 Jan 2003 11:40:12 -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 h02H7Qa21695 for ; Thu, 2 Jan 2003 12:07:26 -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 h02H7OL01698; Thu, 2 Jan 2003 12:07:25 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 5BA31FF78; Thu, 2 Jan 2003 12:11:49 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15892.29396.910429.848320@localhost.redhat.com> Date: Thu, 02 Jan 2003 17:07:00 -0000 To: Michael Elizabeth Chastain Cc: ezannoni@redhat.com, keiths@redhat.com, gdb@sources.redhat.com Subject: Re: gdb.mi/mi-pthreads.exp query In-Reply-To: <200301020347.h023ldr17456@duracef.shout.net> References: <200301020347.h023ldr17456@duracef.shout.net> X-SW-Source: 2003-01/txt/msg00012.txt.bz2 Michael Elizabeth Chastain writes: > Hi Elena and Keith, > > I'm looking at some intermittent failures in gdb.mi/mi-threads.exp. > You fixed do_captured_list_thread_ids recently and I wonder if this > rings any bells for you. > No, I am running an older configuration, and they all pass for me. Do you have the relevant portions of the gdb.log file? Elena > I ran it 256 times on an unloaded system and collected the results. > > My configuration is: > > target=native, host=i686-pc-linux-gnu, osversion=red-hat-8.0, > gdb=HEAD%20021231, gcc=3.2.1, binutils=2.13.2, libc=vendor, > gformat=dwarf-2 > > Two tests always FAIL: > > gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 2 > gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 7 > > These tests FAIL intermittently: > > gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 3 > gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 4 > gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 5 > gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 6 > > There is a table at: > > http://www.shout.net/~mec/sunday/mi-pthreads/Non-PASS-gdb-HEAD.html > > Does this ring any bells? If not, that's fine, I'll throw it on the > giant heap of FAILs to analyze later. > > Michael C