Skip to content
New issue

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

Bump version of opentelemetry-ebpf-profiler #3018

Open
SickMcNugget opened this issue Jan 10, 2025 · 1 comment
Open

Bump version of opentelemetry-ebpf-profiler #3018

SickMcNugget opened this issue Jan 10, 2025 · 1 comment

Comments

@SickMcNugget
Copy link

In the current commit used for go.opentelemetry.io/ebpf-profiler (7fa5b1e60d38), kernel modules with the optional string at the end fail to be parsed:
For example, taken from /proc/modules (I created the module as a test):

lkm 12288 0 - Live 0xffffffffc09d3000 (OE)

This results in the error:

time="2025-01-10T22:37:41+08:00" level=error msg="Failed to load eBPF tracer: failed to read kernel modules: failed to parse kernel modules: failed to parse kernel module line: failed to parse address value: '0xffffffffc09d3000 (OE)'" 

This parsing problem was fixed in commit 6ab0c94 (released Dec 6, 2024).

@brancz
Copy link
Member

brancz commented Jan 13, 2025

Merged the other PR, feel free to open a PR to update the dependency!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants