GithubHelp home page GithubHelp logo

Comments (7)

hwchiu avatar hwchiu commented on September 26, 2024 1

@brb
Thanks for the reply and unfortunately, I'm not able to upgrade the cilium version in that environment, but
I will try to reproduce the issue in my home lab and then try the latest cilium to see if the issue still exists.

from pwru.

brb avatar brb commented on September 26, 2024

@hwchiu Thanks for the issue! Have you tried running with more recent Cilium version?

from pwru.

garyhuang123 avatar garyhuang123 commented on September 26, 2024

Encountered the same issue on cilium 1.11.5, kernel 5.6

from pwru.

wdullaer avatar wdullaer commented on September 26, 2024

I just ran into this as well with an ebpf program I wrote.
I compiled it with clang and embedded the btf information.
Clearly the subprog in question exists.

What kind of extra info would be needed to investigate this? I can try to reduce my program to the minimal repro case.

from pwru.

brb avatar brb commented on September 26, 2024

What kind of extra info would be needed to investigate this? I can try to reduce my program to the minimal repro case.

Which kernel and what Cilium vsn, what distro and how do you run K8s?

from pwru.

Asphaltt avatar Asphaltt commented on September 26, 2024

The PR #383 fixes this issue.

This issue will happen when the very first function name in BTF info is out of the traced bpf prog.

I reproduce this case, and fix it by PR #383 .

sudo ./pwru --filter-trace-tc --filter-func '.*ip_out.*' --output-meta --output-tuple --output-limit-lines 10 icmp
2024/06/12 13:23:08 Failed to trace TC: failed to load objects: Verifier error: load program: invalid argument:
	func#0 @0
	func#1 @40
	func#2 @967
	func#3 @1024
	Subprog phy_on_ingress doesn't exist
	processed 0 insns (limit 1000000) max_states_per_insn 0 total_states 0 peak_states 0 mark_read 0

program fentry_tc: load program: invalid argument: Subprog phy_on_ingress doesn't exist (5 line(s) omitted)

from pwru.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.