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 dsmith at redhat dot com  2009-03-25 20:08 -------
(In reply to comment #7)
> See commit d2bb12d37037345a77e90aa83512075d78ae968f
> 
> PR9940: avoid duplicated calling of uprobes in shared libraries
> 
> Add map_p argument to __stp_call_vm_callbacks_with_vma to well
> tune the vma callback.

Unfortunately, as we've seen, this patch isn't correct (and has been reverted).

Here's why.  The __stp_call_vm_callbacks_with_vma() function only gets called
when new vmas have been created.  That is why there isn't a 'register_p' or
'map_p' argument to it and it calls __stp_call_vm_callbacks() with map_p
hardcoded to 1.

-- 


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]