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/9871] use @cast() instead of embedded-c whereever possible


------- Additional Comments From nuhn at physik dot rwth-aachen dot de  2009-04-29 16:37 -------
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.

-- 


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

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