[Bug testsuite/4329] systemtap.samples/sysopen test fails on several arch's
hunt at redhat dot com
sourceware-bugzilla@sourceware.org
Tue May 1 15:50:00 GMT 2007
------- Additional Comments From hunt at redhat dot com 2007-05-01 16:50 -------
This test is a subset of systemtap.syscalls/openclose.
It is also poorly-coded; uses old inefficient calls, takes 10 seconds to run,
should generate its own load.
I vote to delete it. If not, replace it with something like:
probe kernel.function("sys_open") {
printf("%s opened %s\n", execname(), user_string($filename))
}
probe begin {
system("cat some_file")
exit()
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
http://sourceware.org/bugzilla/show_bug.cgi?id=4329
------- 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