You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running pwru --filter-trace-tc, I receive the following error:
Attaching tc-bpf progs...
failed to trace TC progs: failed to trace bpf progs: failed to rewrite bpf prog addr: rewrite constants: some constants are missing from .rodata: BPF_PROG_ADDR
This might be due to the changes to the new ebpf Variable API + some map replacements while calling func (t *tracing) traceProg(spec *ebpf.CollectionSpec, opts *ebpf.CollectionOptions, prog *ebpf.Program, n2a BpfProgName2Addr, tracingName string, ) error
The text was updated successfully, but these errors were encountered:
Upon running
pwru --filter-trace-tc
, I receive the following error:This might be due to the changes to the new ebpf Variable API + some map replacements while calling
func (t *tracing) traceProg(spec *ebpf.CollectionSpec, opts *ebpf.CollectionOptions, prog *ebpf.Program, n2a BpfProgName2Addr, tracingName string, ) error
The text was updated successfully, but these errors were encountered: