Alastair Robertson
Alastair Robertson
There's definitely a bug here, thanks for finding it! There are a couple of different problems which I think we can separate. #### Problem 1 - Overly high latencies At...
Confirmed this is the same issue as #3000. I've also tested your script with the fix in #3195 and the data for `$key` looks good.
> It sounds like #3195 is a workaround and not a fix, so I'll let yall close this bug report when you feel it's ready. I think that fix is...
It looks like the test failures are due to the missing dependencies from the build job. They're all failing with this message: ``` error while loading shared libraries: libunwind.so.8: cannot...
Finding a test case for this proved difficult. Putting this on hold until we hit this issue in production again.
Update the integration test cases `unions_tagged_*` and `thrift_unions_dynamic_*` when tagged unions are supported.
I had to deal with a similar issue this week for testing Split DWARF (dwp). The approach I went with was to create a target executable independently from the test...
I can repro this on my machine. I've got to ask though: what's the use-case for this functionality? Why not just use a uprobe / USDT?
I don't know, sorry - I've never tried this before. As a guess, the perf tracepoints might be using an `int3` instruction to trigger an interrupt at the specified point...
Closing in favour of the duplicate issue #3447 where some solutions are proposed.