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 ananth at in dot ibm dot com  2006-06-12 14:47 -------
I tried this script successfully on a 4-way x86 box running 2.6.9-39.ELsmp. I
used the systemtap snapshot from 10th June.

#!/bin/stap

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

Will, would it be possible to share the exact testcase that failed?

-- 


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]