[Bug tapsets/10115] New: Problems
nuhn at physik dot rwth-aachen dot de
sourceware-bugzilla@sourceware.org
Wed Apr 29 16:38:00 GMT 2009
I have some problems with the 0.9.7 Version of Systemtap.
Scripts than run with 0.9 don't run anymore on 0.9.7.
I think it affects the "@cast" stuff, in my example this affects "inet_sock.stp"
Changing:
daddr = @cast(sock, "inet_sock", "kernel")->inet->daddr;
To:
daddr = @cast(sock, "inet_sock", "kernel<linux/ip.h>")->inet->daddr;
Fixes the problem.
I have a 2.6.9 Kernel.
--
Summary: Problems
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tapsets
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: nuhn at physik dot rwth-aachen dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=10115
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list