-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
CentOS Stream 9
-
None
-
Yes
-
None
-
rhel-sst-kernel-tps
-
ssg_core_kernel
-
None
-
False
-
-
None
-
None
-
None
-
None
-
x86_64
-
None
What were you trying to do that didn't work?
"import bcc" failing.
What is the impact of this issue to you?
Can't collect our bcc based metric collection.
Please provide the package NVR for which the bug is seen:
python3-bcc-0.30.0-9.el9.noarch
How reproducible is this bug?:
Steps to reproduce
$ rpm -qa python3-bcc
python3-bcc-0.30.0-9.el9.noarch$ python3
Python 3.9.20 (main, Sep 9 2024, 00:00:00)
[GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bcc
: CommandLine Error: Option 'openmp-ir-builder-optimistic-attributes' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
Aborted (core dumped)
$
Expected results
import working.
Actual results
Getting a core dump.
Web search found me this: https://github.com/bpftrace/bpftrace/issues/1855 might explain the error message.
- duplicates
-
RHEL-66060 Rebuild bcc with LLVM 19 [rhel-9]
- In Progress