The problem was occurred due to an old version of libbpf
, which some features go incomaptible with upgraded kernel(kernel 6.x.x.). Since upgrading the libbpf
package to 1.5.0
and reconfigure library configurations for my Linux machine, I could see that such problems don't arise again.
You can find more details in https://github.com/libbpf/libbpf/issues/863.