From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7145 invoked by alias); 10 Feb 2009 21:35:02 -0000 Received: (qmail 7127 invoked by uid 22791); 10 Feb 2009 21:35:01 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from e35.co.us.ibm.com (HELO e35.co.us.ibm.com) (32.97.110.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Feb 2009 21:34:51 +0000 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e35.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n1ALVSSP006464 for ; Tue, 10 Feb 2009 14:31:28 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n1ALYeGP183694 for ; Tue, 10 Feb 2009 14:34:43 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n1ALYdQ6021349 for ; Tue, 10 Feb 2009 14:34:39 -0700 Received: from [127.0.0.1] (sig-9-76-105-114.mts.ibm.com [9.76.105.114]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n1ALYZDL020972 for ; Tue, 10 Feb 2009 14:34:39 -0700 Message-ID: <4991F2EC.3000604@us.ibm.com> Date: Tue, 10 Feb 2009 22:44:00 -0000 From: Maynard Johnson User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: systemtap@sourceware.org Subject: SystemTap on Fedora 11 Content-Type: text/plain; charset=ISO-8859-1 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: 2009-q1/txt/msg00416.txt.bz2 Hi, I plan on doing some systemtap development on a Fedora 11 G5 box. Started out by just installing the F11 systemtap rpm and tried the HelloWorld example from /usr/share/doc/systemtap-0.8/examples/general, but I get a bunch of error messages, as follows: [ppcteam@localhost general]$ sudo stap -p4 helloworld.stp parse error: command line argument index 1 out of range [1-0] at: operator '' at /usr/share/systemtap/tapset/argv.stp:15:29 source: %( $# >= 1 %? argv[1]=@1 %) ^ parse error: command line argument index 2 out of range [1-0] at: operator '' at /usr/share/systemtap/tapset/argv.stp:16:29 source: %( $# >= 2 %? argv[2]=@2 %) ..... lots more of the same kind of thing The verbose option doesn't help any. I'm just getting my feet wet with SystemTap, so maybe this is something simple I'm missing. Any idea what might be causing this? Thanks. -Maynard