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 kprobes/2726] systemtap.base/probefunc.exp crash in kernel/module.c:2114 on RHEL4


------- Additional Comments From wcohen at redhat dot com  2007-03-01 21:24 -------
I tried running scheduler_tick5.stp RHEL4 machine with Kernel 2.6.9-42.0.10.EL
on an i686. The machine stayed up and did not crash. The script was compiled
using a cvs checkout from  200702280930. The following script also ran fine
under load (rebuilding systemtap object code):

#!/bin/stap

probe kernel.function("scheduler_tick")
{
        printf("%s: %s (%d)\n", execname(), probefunc(), pid())
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


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

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