[RFC] Updated: Systemtap tapset test suite.
Mark Wielaard
mark at klomp.org
Fri Jul 30 01:05:59 PDT 2010
On Fri, 2010-07-30 at 00:01 +0100, Dr Andrew John Hughes wrote:
> After patching the kernel with utrace support, I get the attached.
I think the Pass 4 failures are really that. The GCC used doesn't
provide location expressions for some of the variables the scripts wants
to access. They aren't really bugs in icedtea, but in gcc, possibly
resolved in gcc 4.5+ (some distros backport these debuginfo fixes).
The Pass 5 failures probably mean the user running stap doesn't have
permission. Normally you would have the user in group stapdev.
http://sourceware.org/systemtap/SystemTap_Beginners_Guide/using-usage.html
We might need a stap -e 'probe begin { log("Hello World"); exit(); }'
test before we run the rest of the tests that need Pass 5 output.
Cheers,
Mark
More information about the distro-pkg-dev
mailing list