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 lket/4420] systemtap.samples/lket.exp test crashing RHEL4U4 machine


------- Additional Comments From prasanna at in dot ibm dot com  2007-07-25 13:01 -------
Possible solutions:
1. Use robust fault handling mechanism for handler which access user address space
   and chances of such handler causing page-faults are high. Robust fualt handling 
   mechanism will recover from such faults.
2. Black list __switch_to() routine and do not allow probes on them.

3. Restrick the probe handler to __switch_to(), so that probes on __switch_to()
   can be still allowed.
4. Use static markers for __switch_to() routines.

It makes more sense to identify routines that get frequently executed in the
hot path and use static markers to collect instrumenation data.

cc'ing Josh

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jkenisto at us dot ibm dot
                   |                            |com, joshua dot i dot stone
                   |                            |at intel dot com


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

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