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 runtime/4127] New: Failed to run script with bulk option on the recent kernel


On the linux-2.6.20-mm2, I got following error message when I run stap with -b
option.

---
In file included from /usr/local/share/systemtap/runtime/transport/transport.c:23,
                 from /usr/local/share/systemtap/runtime/io.c:14,
                 from /usr/local/share/systemtap/runtime/print.c:15,
                 from /usr/local/share/systemtap/runtime/runtime.h:76,
                 from
/tmp/stapUyGJED/stap_dd279b67304e1047db123e8089f9380a_380.c:36:
/usr/local/share/systemtap/runtime/transport/relayfs.c: In function
'_stp_relayfs_open':
/usr/local/share/systemtap/runtime/transport/relayfs.c:246: error: too few
arguments to function 'relay_open'
make[3]: *** [/tmp/stapUyGJED/stap_dd279b67304e1047db123e8089f9380a_380.o] Error 1
make[2]: *** [_module_/tmp/stapUyGJED] Error 2
make[1]: *** [modules] Error 2
make: *** [modules] Error 2
---

Actually, relay_open() interface has been changed in the recent kernel whose
relay version is 7.
I attached a patch to fix this error.

-- 
           Summary: Failed to run script with bulk option on the recent
                    kernel
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: masami dot hiramatsu dot pt at hitachi dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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