From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16149 invoked by alias); 24 Sep 2007 13:32:50 -0000 Received: (qmail 16140 invoked by uid 22791); 24 Sep 2007 13:32:50 -0000 X-Spam-Status: No, hits=0.1 required=5.0 tests=BAYES_50,DK_POLICY_SIGNSOME,TW_FH X-Spam-Check-By: sourceware.org Received: from 4dicksons.org (HELO Bond.4Dicksons.org) (207.22.49.45) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Sep 2007 13:32:44 +0000 Received: from hagrid.home.4dicksons.org ([192.168.62.7]) by Bond.4Dicksons.org with esmtp (Exim 4.44) id 1IZo3G-00037J-Gy for systemtap@sourceware.org; Mon, 24 Sep 2007 09:32:42 -0400 Message-ID: <46F7BB7C.2010508@4Dicksons.org> Date: Mon, 24 Sep 2007 15:26:00 -0000 From: Steve Dickson User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: systemtap@sourceware.org Subject: error: label 'deref_fault' used but not defined Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00688.txt.bz2 I'm getting an "label 'deref_fault' used but not defined" error when I try to pulling the __svc_fh() function from the /usr/share/systemtap/tapset/nfsd.stp file. I'm calling the function from the following prob: probe module("nfsd").function("fh_verify") { printf("fh_verify: rqstp %p fhp %p type %d access %d\n", $rqstp, $fhp, $type, $access); printf(" : %s\n", __svc_fh($fhp)); } any ideas? Note I'm uses systemtap-0.5.14-1.fc steved.