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/4466] system_func (0,1,1) fails on ppc64.


------- Additional Comments From fche at redhat dot com  2007-05-07 14:46 -------
This is an example of a common race between "begin" and other probes.
Or at least, there used to be a race.  Now, begin probes are strictly
done first, and kprobes etc. are only registered afterward.

What could work here even better is an added timer probe that is bound
to run while the kprobes are active, and thus trigger sys_open soon:

probe timer.ms(500) { system ("cat DOESNOTEXIST") }


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4466

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