snuffy icon indicating copy to clipboard operation
snuffy copied to clipboard

BPF program is too large

Open saruman9 opened this issue 4 years ago • 1 comments

I try to run the program, but BPF verifier rejects the ELF file:

BPF program is too large. Processed 1000001 insn
processed 1000001 insns (limit 1000000) max_states_per_insn 63 total_states 13181 peak_states 2810 mark_read 5

Error: Error loading probes: LoadError("SSL_read_ret", BPF)

I'm trying to reduce the number of instructions by removing some probes, but it doesn't help.

What am I doing wrong?

saruman9 avatar Feb 14 '21 07:02 saruman9

I end up with similar error:

bpf: Failed to load program: No space left on device

Error: Error loading probes: LoadError("SSL_read_ret", BPF)

rstade avatar Mar 15 '21 23:03 rstade