Closed noboruma closed 2 years ago
The file exists
error happens because we try to add the same entry twice to the /sys/kernel/debug/tracing/kprobe_events
. The reason why the entry was not cleaned up properly needs to be further investigated. My assumption is we might are calling the Close
function correctly here but it somehow never gets called (because of signals)
Fix for enabling eBPF tracker even if the entry is already present: c90f416
Closing this, reopen if required.
Describe the bug When starting probe, we sometimes get this message:
To Reproduce Steps to reproduce the behavior:
SIGTERM
Expected behavior eBPF tracking should be starting
Components/Services affected