From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22637 invoked by alias); 27 Apr 2009 12:52:07 -0000 Received: (qmail 22629 invoked by uid 22791); 27 Apr 2009 12:52:06 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Apr 2009 12:52:02 +0000 Received: (qmail 14175 invoked from network); 27 Apr 2009 12:51:36 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Apr 2009 12:51:36 -0000 Message-ID: <49F5AA4C.4060702@codesourcery.com> Date: Mon, 27 Apr 2009 12:52:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Doug Evans CC: gdb-patches@sourceware.org Subject: Re: [RFA] Make watchthreads.exp more robust References: <20090426193156.9F5B384890@localhost> In-Reply-To: <20090426193156.9F5B384890@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-04/txt/msg00734.txt.bz2 Doug Evans wrote: > Hi. > > watchthreads.exp can errantly fail if the o/s schedules, for example, > the thread for args[0] enough times before the thread for args[1] gets > a chance to run. > > Ok to check in? > Yes please, this one has annoyed me too! Stan