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 dyninst/24884] stapdyn crashes with a segmentation fault


https://sourceware.org/bugzilla/show_bug.cgi?id=24884

--- Comment #8 from Avi Kivity <avi@cloudius-systems.com> ---
I imagine that if you notice that a key component is always tid() (except an in
an end probe) then you can rewrite the global map as a thread local map with
extra magic for the end probe.

But it seems fragile, as soon as you violate one of the constraints even a tiny
bit, it stops working with no feedback to the user about what went wrong. And
when it stops working, it's likely to have a huge impact on the running
workload.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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