From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12917 invoked by alias); 23 May 2007 21:41:31 -0000 Received: (qmail 12909 invoked by uid 22791); 23 May 2007 21:41:31 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 May 2007 21:41:27 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4NLfPEB030233; Wed, 23 May 2007 17:41:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4NLfORQ001734; Wed, 23 May 2007 17:41:24 -0400 Received: from [10.13.248.120] (vpn-248-120.boston.redhat.com [10.13.248.120]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4NLfNL0020679; Wed, 23 May 2007 17:41:23 -0400 Subject: Re: ordering problem with "system_func" test From: Martin Hunt To: Quentin Barnes Cc: systemtap@sources.redhat.com In-Reply-To: <20070523204944.GA18405@urbana.css.mot.com> References: <20070523204944.GA18405@urbana.css.mot.com> Content-Type: text/plain Organization: Red Hat Inc. Date: Wed, 23 May 2007 21:41:00 -0000 Message-Id: <1179956482.3520.1.camel@dragon> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00383.txt.bz2 On Wed, 2007-05-23 at 15:49 -0500, Quentin Barnes wrote: > I'm using 20070519 snapshot on a 2.6.21.1 ARM kernel. > > The "system_func" test is giving me intermittent results. I saw #4466 > go by, but I'm running the test after that change. Looks like maybe the pattern isn't anchored correctly. I checked in a fix. Let me know if that does not help. Martin