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 translator/9930] produce more information about probe reentrancy


------- Additional Comments From fche at redhat dot com  2009-03-07 23:57 -------
> Wouldn't we avoid most of this trouble by running probe handlers with interrupts
> disabled?

Some, but not all.

> I know we changed this for #6899, but here we have an example of how
> that change can be painful...

Reentrance can occur in other ways too - from probed code reached
from an NMI or from the runtime.  So we still have to protect against
it.

We could make it more configurable -- to let a sysadmin/script writer
state a preference between the status quo vs. blocked interrupts and
associated greater latency, in order to have fewer skipped probes.


-- 


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

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