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 runtime/6964] process probes cause kernel crash on f9


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]