Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Seems like because the symbols of /bin/bpftrace are stripped some tools cannot be used. i.e: $ sudo ./opensnoop.bt Attaching 6 probes... Could not resolve symbol: /proc/self/exe:BEGIN_trigger Version-Release number of selected component (if applicable): bpftrace.x86_64 0.11.0-1.fc32 How reproducible: Always Steps to Reproduce: 1. sudo ./opensnoop.bt Actual results: Attaching 6 probes... Could not resolve symbol: /proc/self/exe:BEGIN_trigger Expected results: Monitoring table output... Additional info:
Minimal reproducer: $ sudo bpftrace -e 'BEGIN { printf("Hello, World!\n"); }' Attaching 1 probe... Could not resolve symbol: /proc/self/exe:BEGIN_trigger Github issue for reference: https://github.com/iovisor/bpftrace/issues/954
We are aware of this issue... Github reference: https://github.com/iovisor/bpftrace/issues/1440 The bpftrace package will be updated soon... For now there is a workround for this problem: # sudo debuginfo-install bpftrace
FEDORA-2020-8d6942b4dc has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-8d6942b4dc
FEDORA-2020-8d6942b4dc has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-8d6942b4dc` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-8d6942b4dc See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-8d6942b4dc has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.