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/4329] systemtap.samples/sysopen test fails on several arch's


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


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