[Bug tapsets/9871] use @cast() instead of embedded-c whereever possible
nuhn at physik dot rwth-aachen dot de
sourceware-bugzilla@sourceware.org
Wed Apr 29 16:37:00 GMT 2009
------- 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.
More information about the Systemtap
mailing list