https://bugs.kde.org/show_bug.cgi?id=466172
Thomas Akin <thomas.a...@tanium.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thomas.a...@tanium.com --- Comment #13 from Thomas Akin <thomas.a...@tanium.com> --- The issue isn't caused by Tanium - it represents itself after the Tanium recorder is configured to use eBPF to capture DNS acticity on certain kernel versions. However, the actual bug appears to be in either eBPF, the kernel, or the debugger. You can reproduce the issue without Tanium even being installed: # dnf install bpftrace # bpftrace -e 'uprobe:libc:getaddrinfo {}' & # valgrind hostname -d We updated our configuration options to allow you to work around the issue by disabling DNS events on systems with this issue so that you can still run the recorder for all other events using eBPF. As it's an underlying issue on the systems themselves, all we can do is allow you to avoid a configuration that will trigger the underlying problem. -- You are receiving this mail because: You are watching all bug changes.