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/15572] New: on rawhide, the ipmib.InNoRoutes and ipmib.InAddrErrors probes don't work


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

            Bug ID: 15572
           Summary: on rawhide, the ipmib.InNoRoutes and
                    ipmib.InAddrErrors probes don't work
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com

On rawhide (3.10.0-0.rc0.git21.1.fc20.x86_64), two ipmip probe aliases don't
work:

====
# stap -vp4 -e 'probe ipmib.InNoRoutes, ipmib.InAddrErrors { printf("test\n")
}'
Pass 1: parsed user script and 94 library script(s) using
209064virt/26900res/2808shr/24444data kb, in 180usr/40sys/220real ms.
WARNING: cannot probe .return of 1 inlined functions  ip_route_input
semantic error: while resolving probe point: identifier 'kernel' at
/usr/local/share/systemtap/tapset/linux/ipmib.stp:226:24
        source:                        kernel.function("ip_route_input").return
                                       ^

semantic error: no match
semantic error: while resolving probe point: identifier 'ipmib' at <input>:1:7
        source: probe ipmib.InNoRoutes, ipmib.InAddrErrors { printf("test\n") }
                      ^

semantic error: while resolving probe point: identifier 'kernel' at
/usr/local/share/systemtap/tapset/linux/ipmib.stp:247:26
        source:                         
kernel.function("ip_route_input").return
                                         ^

semantic error: while resolving probe point: identifier 'ipmib' at <input>:1:25
        source: probe ipmib.InNoRoutes, ipmib.InAddrErrors { printf("test\n") }
                                        ^

Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s)
using 405588virt/165624res/105940shr/60140data kb, in 1010usr/890sys/1920real
ms.
Pass 2: analysis failed.  [man error::pass2]
====

-- 
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]