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-17 10:08 -------
I found the same problem when I was developing the code of verifying build-id 
for user-space probing.

The inside trick seems like,
1. mprotect cause vma change of interesting dynamic library.
2. the callback stap_uprobe_vmchange_found is triggered more than one time.
3. stap_uprobe_change is accordingly called in the callback.
4. Finally the same probe point will be successfully registered many times
   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]