We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
I try to run the program, but BPF verifier rejects the ELF file:
I'm trying to reduce the number of instructions by removing some probes, but it doesn't help.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: