Bug 2150330
| Summary: | bpftrace crashes on every run | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Wander <wcosta> |
| Component: | bpftrace | Assignee: | Viktor Malik <vmalik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ziqian SUN (Zamir) <zsun> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.2 | Keywords: | TestOnly, Triaged |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | bpftrace-0.16.0-1.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-05-03 07:48:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2118995 | ||
| Bug Blocks: | |||
|
Description
Wander
2022-12-02 14:23:09 UTC
I believe that the problem is that bpftrace has not yet been rebased to LLVM 15. I'll do it after the last BPF subsystem rebase is merged, to rebase against correct libbpf. Same here. I started a brand new Centos Stream 9 VM in digitalocean. I did a "dnf up -y", and then installed bpftrace and a simple run shows the same error: ``` $ bpftrace -l : CommandLine Error: Option 'use-dbg-addr' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options Aborted (core dumped) ``` Thank you for working on this Viktor. bpftrace 0.16.0-1 which supports LLVM 15 is now in the buildroot and the nightly compose, so this bug should not happen anymore. Wander, Carlos, could you please confirm? Thanks! (In reply to Viktor Malik from comment #3) > bpftrace 0.16.0-1 which supports LLVM 15 is now in the buildroot and the > nightly compose, so this bug should not happen anymore. > > Wander, Carlos, could you please confirm? > > Thanks! I suppose by tomorrow 9.2 builds will ship it? > I suppose by tomorrow 9.2 builds will ship it?
Yes, it appeared in the compose yesterday, so it's likely in today's builds, too.
(In reply to Viktor Malik from comment #3) > bpftrace 0.16.0-1 which supports LLVM 15 is now in the buildroot and the > nightly compose, so this bug should not happen anymore. > > Wander, Carlos, could you please confirm? > > Thanks! Hi Viktor, I can confirm that the problem is fixed in Centos 9 Stream. Thank you! Thanks Carlos, marking the bug TestOnly and moving it to ON_QA. Closing as CURRENTRELEASE. |