[Bug kprobes/2726] systemtap.base/probefunc.exp crash in kernel/module.c:2114 on RHEL4
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Mar 1 21:25:00 GMT 2007
------- 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.
More information about the Systemtap
mailing list