This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/13074] New: Some nfs tapset probes broken under linux 3.1-rc1


http://sourceware.org/bugzilla/show_bug.cgi?id=13074

             Bug #: 13074
           Summary: Some nfs tapset probes broken under linux 3.1-rc1
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com
    Classification: Unclassified


The following failures can be seen under 3.1.0-0.rc1.git1.1.fc17.x86_64:

Running /home/mark/src/systemtap/testsuite/buildok/nfs_proc-detailed.stp
starting /home/mark/src/systemtap/testsuite/buildok/nfs_proc-detailed.stp
spawn1 stap -p4
/home/mark/src/systemtap/testsuite/buildok/nfs_proc-detailed.stp
spawn stap -p4 /home/mark/src/systemtap/testsuite/buildok/nfs_proc-detailed.stp
semantic error: unable to find local 'task' near pc 0x7e5ee  in  nfs_read_done
f
s/nfs/proc.c ( (alternatives: $data): identifier '$task' at
/usr/local/install/s
ystemtap/share/systemtap/tapset/nfs_proc.stp:803:11
        source:         status = $task->tk_status
                              semantic error: unable to find local 'task' near
p
c 0x7e5ee  in  nfs_read_done fs/nfs/proc.c ( (alternatives: $data): identifier
'
$task' at
/usr/local/install/systemtap/share/systemtap/tapset/nfs_proc.stp:803:1
1

        source:         status = $task->tk_status
   ^
semantic error: unable to find local 'task' near pc 0x7e578  in  nfs_write_done 
fs/nfs/proc.c ( (alternatives: $data): identifier '$task' at :1039:11
        source:         status = $task->tk_status
                                 ^

                                 ^

semantic error: unable to find local 'task' near pc 0x7e578  in  nfs_write_done
fs/nfs/proc.c ( (alternatives: $data): identifier '$task' at :1039:11

        source:         status = $task->tk_status

                                 ^
semantic error: unable to find local 'task' near pc 0x848c0  in 
nfs3_write_done fs/nfs/nfs3proc.c ( (alternatives: $data): identifier '$task'
at :1070:11
        source:         status = $task->tk_status
                                 ^

semantic error: unable to find local 'task' near pc 0x848c0  in 
nfs3_write_done fs/nfs/nfs3proc.c ( (alternatives: $data): identifier '$task'
at :1070:11

        source:         status = $task->tk_status

                                 ^
Pass 2: analysis failed.  Try again with another '--vp 01' option.

Pass 2: analysis failed.  Try again with another '--vp 01' option.
wait results: 571 exp19 0 1
FAIL: buildok/nfs_proc-detailed.stp


Running /home/mark/src/systemtap/testsuite/buildok/nfsd-all-probes.stp
starting /home/mark/src/systemtap/testsuite/buildok/nfsd-all-probes.stp
spawn1 stap -wp4 /home/mark/src/systemtap/testsuite/buildok/nfsd-all-probes.stp
spawn stap -wp4 /home/mark/src/systemtap/testsuite/buildok/nfsd-all-probes.stp
semantic error: no match while resolving probe point nfsd.createv3
semantic error: no match while resolving probe point nfsd.createv3
semantic error: no match while resolving probe point nfsd.createv3.return

semantic error: no match while resolving probe point nfsd.createv3.return
Pass 2: analysis failed.  Try again with another '--vp 01' option.

Pass 2: analysis failed.  Try again with another '--vp 01' option.
wait results: 770 exp19 0 1
FAIL: buildok/nfsd-all-probes.stp
Running /home/mark/src/systemtap/testsuite/buildok/nfsd-detailed.stp
starting /home/mark/src/systemtap/testsuite/buildok/nfsd-detailed.stp
spawn1 stap -p4 /home/mark/src/systemtap/testsuite/buildok/nfsd-detailed.stp
spawn stap -p4 /home/mark/src/systemtap/testsuite/buildok/nfsd-detailed.stp
semantic error: no match while resolving probe point nfsd.createv3
semantic error: no match while resolving probe point nfsd.createv3.return
semantic error: no match while resolving probe point nfsd.createv3

semantic error: no match while resolving probe point nfsd.createv3.return
Pass 2: analysis failed.  Try again with another '--vp 01' option.

Pass 2: analysis failed.  Try again with another '--vp 01' option.
wait results: 774 exp19 0 1
FAIL: buildok/nfsd-detailed.stp

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]