[Bug testsuite/4466] system_func (0,1,1) fails on ppc64.

fche at redhat dot com sourceware-bugzilla@sourceware.org
Mon May 7 13:46:00 GMT 2007


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



More information about the Systemtap mailing list