This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Failures with exelib.exp testcase (was Re: minutes 2010-08-19)
On Wed, 2011-02-02 at 17:44 +0530, K.Prasad wrote:
> On Sat, Jan 22, 2011 at 12:16:19AM +0100, Mark Wielaard wrote:
> > Maybe this is a little too naive, but would it be as simple as the
> > attached? I don't actually have any powerpc machine to check.
> >
> I haven't really gone through the patch yet but tested them on a ppc64
> box and the tests still seem to fail (the output of systemtap.log of a
> partial testsuite run is attached).
If at all possible lets try with the simple testcase that you posted
earlier. If you could just post the output of that and the generated
stap-symbols.h file that would make it a bit easier to analyze what is
going on.
$ stap -vvv -k -e 'probe
process("/home/prasadkr/helloworld").function("print_hw")
{ printf("0x%x : %s\n", uaddr(), usymdata(uaddr())) }' -c ./helloworld
Thanks,
Mark