iovisor / iovisor/bcc

Don't print bytecode to stderr when msg is like bpf: No space left on device

Open
#599 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
22.7k
Forks
4.1k
Avg merge
10d 4h
Merged PRs (30d)
3

Description

I got a case where I have not enough space to allocate my maps. Error is: bpf: No space left on device
The problem is that the python bindings print the whole bpf bytecode to stderr in case of any error.
There is no need for the bytecode when the problem is that there is no space left.

So my request is to not print any bytecode when the error is like bpf: No space left on device

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.