From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9178 invoked by alias); 24 Sep 2007 20:13:39 -0000 Received: (qmail 9033 invoked by uid 22791); 24 Sep 2007 20:13:38 -0000 X-Spam-Status: No, hits=-2.4 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; Mon, 24 Sep 2007 20:13:36 +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 l8OKDYNt014567 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 Sep 2007 16:13:34 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8OKDYAn014331; Mon, 24 Sep 2007 16:13:34 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l8OKDXSb004257; Mon, 24 Sep 2007 16:13:33 -0400 Received: from ton.toronto.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id A54AE8001FF; Mon, 24 Sep 2007 16:13:33 -0400 (EDT) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id l8OKDXAj014992; Mon, 24 Sep 2007 16:13:33 -0400 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id l8OKDXWt014991; Mon, 24 Sep 2007 16:13:33 -0400 Date: Mon, 24 Sep 2007 22:24:00 -0000 From: "Frank Ch. Eigler" To: Mike Mason Cc: systemtap@sourceware.org Subject: Re: error: label 'deref_fault' used but not defined Message-ID: <20070924201333.GP8964@redhat.com> References: <46F7BB7C.2010508@4Dicksons.org> <16D5B9AB904B0B46B22A27002EE3A8C8F0897F@scsmsx415.amr.corp.intel.com> <46F817F2.5050300@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46F817F2.5050300@us.ibm.com> User-Agent: Mutt/1.4.1i 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-q3/txt/msg00696.txt.bz2 Hi - On Mon, Sep 24, 2007 at 01:02:58PM -0700, Mike Mason wrote: > [...] > The simple nfsd test I proposed: > #! stap -up4 > probe nfsd.*, nfsd.*.*, nfsd.*.*.* {} > uncovers the above mentioned bug and this bug,too: > > /tmp/stapdp9Xov/stap_e5010bda224ed441f0885c3021876241_231538.c: In function > 'function_clones_from_clnt': > /tmp/stapdp9Xov/stap_e5010bda224ed441f0885c3021876241_231538.c:20683: > error: 'struct rpc_clnt' has no member named 'cl_count' > [...] This must be a version-dependent error. > Those bugs are fixable. If this test had also reported 'unfixable' > bugs, how could I have written it such that it only reported the > fixable bugs? Another way is to keep up-to-date the new batch of testsuite/buildok/*-embedded.stp tests I added this morning. They aim to compile every embedded C function in the tapsets, and ought to have found these two problems too. - FChE