Joel Höner

Results 116 comments of Joel Höner

If your application links against libgl.so dynamically with `dlopen`, I seem to have found a reasonable workaround. The approach can probably also be adapted for regular (non-`dlopen`) dynamic linking if...

That's weird. The `bpf` syscall is documented to return that status code under the following circumstances: ``` The eBPF program is too large or a map reached the max_entries limit...

What distribution are you running? Please paste output of ``` lsb_release -a ``` or, if that doesn't work ``` cat /etc/os-release ``` The error suggests that your system's installed glibc...

@ms2008 is this a pure Wayland setup without XWayland, by any chance? It looks like winit is failing to create a Window. Also, how are you running this? From a...

Hmm, I probably shouldn't have fully stripped the build -- it's hard to make sense of the stacktrace now. Does the remote machine have a GPU and OpenGL installation? It's...

The collection agent that is part of the Elastic stack currently does not yet support the OTel protocol implemented in the open-source variant of the profiling agent. You have two...

Honestly I'm surprised that this works in any capacity at all: we have never tested this with WSL2 and my last status was that their kernel doesn't support eBPF. It...

Currently, you can't. Since I don't need those myself, I most probably won't add them in the future either. However, it should be relatively easy, so in case you'd decide...

Added one more commit to also expose the advanced LRU cache constructor with custom options.

I can write some tests, but it might take a while until I get to it depending on how deep these tests should go: I'm unfortunately rather short on time...