ajwerner
ajwerner
I'm on my phone catching up on things in the airport but I'll make it concrete when I get back to the computer.
Thanks for the ping :) Concurrency support is part of what motivated this issue, and probably it's the biggest part. I think I'd break this issue into two parts: 1....
> I think the biggest challenge is workflow. Is that check supposed to generate new snapshots too? I think so. One interesting approach might be to have it happen on...
Now that this is merged, any interest in cutting a release and closing this issue?
Can we re-open this? It can still happen both in tip and in 1.19.4.
What would it take to get this proposal moved into the [Active](https://github.com/golang/go/projects/1#column-7268610) column of the Proposals board?
Is this now closed by https://github.com/hyperium/tonic/pull/1670?
I think what's going on here is that if the binary is statically linked (doesn't dynamically link libc), then the loader doesn't work. That can happen if you set `CGO_ENABLED=0`.
Fixed by https://github.com/foniod/redbpf/pull/308; would it be possible to release a new version containing this fix?
There's something about this that surprises me. Namely, should tracing really incur a 15% overhead if the tracing level is low? That seems shocking. @glorv any interest in providing repro...