This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/4942] kmodule.stp fails on systemtap-20070818 snapshot


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]