[Bug runtime/6964] process probes cause kernel crash on f9
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Oct 17 21:34:00 GMT 2008
------- Additional Comments From wcohen at redhat dot com 2008-10-17 21:33 -------
Compiled the instrumentation one line 'probe process.end {}' separately into
module then ran with:
staprun -vv 6964f.ko -c ls
This caused a crash right after the following line:
stapio:stp_main_loop:372 detaching pid 30260
Looks like things are going wrong after when the following line from
systemtap/runtime/staprun/mainloop.c is attempted:
int rc = ptrace (PTRACE_DETACH, target_pid, 0, 0);
Is there a ptrace tests that register utrace engines similar to what systemtap
generates in the instrumentation module?
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6964
------- 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