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/2062] Return probes does not scale well on SMP box


------- Additional Comments From bibo dot mao at intel dot com  2006-07-11 10:45 -------
there possibly exists recursive deadlock about kretprobe, recycle_rp_inst() is 
called with  ri's hash-bucket locked, it maybe walks kfree(ri) function patch, 
if kfree funciton is probed also by kretprobe. 

And when kfree kretprobe is hit, it will call hash_rp_inst() function, hence 
recursive deadlock will occur. This problem also exists on baseline kernel 
version.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2062

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