[Bug kprobes/2726] systemtap.base/probefunc.exp crash in kernel/module.c:2114 on RHEL4
ananth at in dot ibm dot com
sourceware-bugzilla@sourceware.org
Mon Jun 12 14:48:00 GMT 2006
------- 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.
More information about the Systemtap
mailing list