[Bug testsuite/4942] kmodule.stp fails on systemtap-20070818 snapshot
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Aug 20 16:20:00 GMT 2007
------- Additional Comments From fche at redhat dot com 2007-08-20 14:11 -------
What's happening here is:
* the module/function probes were all marked as optional, and for some reason
were all excluded in your kernel build
* this elided body of the handler ("count ++")
* this in turn removed the only source of typing information for "count" (a number)
* this in turn made sprint (one of severa polymorphic functions) yelp that it
didn't know the type of "count"
Nothing changed with log.
What we need is some combination of:
* a change to the test case to add ", never" to the module/function probes
* a change to the test case to choose some other modules/functions that are
bound to be present in more kernels.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4942
------- 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