This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/9738] Running a stap script throws up compilation error
- From: "mjw at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 6 Nov 2009 12:09:33 -0000
- Subject: [Bug translator/9738] Running a stap script throws up compilation error
- References: <20090113103055.9738.mahesh@linux.vnet.ibm.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From mjw at redhat dot com 2009-11-06 12:09 -------
Currently Systemtap 1.0/elfutils 0.142 this fails with:
probe do_settimeofday@kernel/time/timekeeping.c:143 kernel reloc=.dynamic
pc=0xffffffff8107994d
semantic error: failed to retrieve location attribute for local 'xtime'
(dieoffset: 0x7e5f28): identifier '$xtime' at <input>:1:56
source: probe
kernel.function("do_settimeofday"){printf("%u\n",$xtime->tv_sec)}
So I think this really is a duplicate of bug #10622.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=9738
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.