From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29323 invoked by alias); 28 Jan 2013 18:16:31 -0000 Received: (qmail 29304 invoked by uid 22791); 28 Jan 2013 18:16:28 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-oa0-f50.google.com (HELO mail-oa0-f50.google.com) (209.85.219.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Jan 2013 18:16:18 +0000 Received: by mail-oa0-f50.google.com with SMTP id n16so3141247oag.9 for ; Mon, 28 Jan 2013 10:16:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=7d4n2x3FN3YFJQpkuV2X9Eiu0ZFIligqUcfcEM3Eh88=; b=E4QJ8pDYemE3rDfCralcrFxrVSfoR6Xns9WhOZx2YQIlluDpTdPDpHOSsVif1w8Yb1 k5kS42Aad5O/qsBNS2l+jf9h9oyN+HEAHeiTgy4DaLc3VFb81NJJLHuFSJmnFFnLIr4l B5BCCr26sjDvQPNwc4Vj7g8LzoGrCu2fFTg8EpKUgG7vt/GfUqKazWUsfqsSdfLKyEFF 0ooxhTlL7zqx88aI9hsrCphkUJPnI5mq6lfVsd5WRMDgzXdjDXD/5ZEuxDgVNliG4DEW H7seq68TcZlIcF+aqts9MsHPMunoNvUQ51uQP0Eum2010Lm2LrGxSphxNDy3h33q+6WV L3SQ== MIME-Version: 1.0 X-Received: by 10.60.7.129 with SMTP id j1mr11831461oea.54.1359396977973; Mon, 28 Jan 2013 10:16:17 -0800 (PST) Received: by 10.76.19.37 with HTTP; Mon, 28 Jan 2013 10:16:17 -0800 (PST) In-Reply-To: <87d2wy4ma1.fsf@fleche.redhat.com> References: <87vcazo9ed.fsf@fleche.redhat.com> <87d2wy4ma1.fsf@fleche.redhat.com> Date: Mon, 28 Jan 2013 18:16:00 -0000 Message-ID: Subject: Re: RFC: fix race in py-explore.exp From: Doug Evans To: Tom Tromey Cc: Siva Chandra , gdb-patches , Jan Kratochvil Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQn2fRpGk0/2wARcafgugsgEon45hDnHJUNjUUKKlFETLQZqjdmzpZxBUfwZWV2eu0Awq/LBcISFpMFpZArmTjg8vKmpiImXYWixhT5mojUm7Qsx3XSDuwliC1rm0S3dWaMx7Ey7yBCcJMNr1dG6QWHAosP+MjbQ8DLsjkupe4lYLs5WLPmhlF1v7GnvyQLWAqfsHRO7jTlLnpxnBDlJLTHPsHc3lQ== 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: 2013-01/txt/msg00675.txt.bz2 On Mon, Jan 21, 2013 at 6:56 AM, Tom Tromey wrote: >>>>>> "Siva" == Siva Chandra writes: > > Siva> How do we reproduce this failure? I am not seeing this on my side > Siva> with head. > > I only saw it intermittently. > Pedro reports you can see it using the "read1" program, see > http://sourceware.org/bugzilla/show_bug.cgi?id=12649 > I didn't try that yet. An excellent thing to add to testsuite/contrib or some such, so it's always Just There, and one doesn't have to go looking.