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/9940] double calling double calling of uprobes in shared libraries


------- Additional Comments From wenji dot huang at oracle dot com  2009-03-18 08:51 -------
(In reply to comment #3)
> Have a deeper investigation. mprotect is not the culprit.
> 
> The duplication is from __stp_utrace_task_finder_target_syscall_exit.
> When we didn't find a file based vma to store in the syscall_entry
> routine, invoking vm_callback with register_p=1 can cause multiple
> registering same probe point. 
> 
> 
A little clarification. In vm_callback - stap_uprobe_vmchange_found, it is 
map_p=1, finally becomes register_p=1 in stap_uprobe_change.

-- 


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

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