diff options
author | Harish Sadineni <HarishSadineni@windriver.com> | 2025-04-24 15:21:51 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-06 06:14:52 -0700 |
commit | 47a03c576465a89d927c50ebd24b9ad455006325 (patch) | |
tree | fe0247a0601d4a4cc37153991d13aedf237cec66 /recipes-connectivity/git@git.enea.com:linux/git@git.enea.com:linux/meta-clang.git | |
parent | 8608f14a5727ffa67dcc57677a8cbfc9a60be3a8 (diff) | |
download | meta-clang-47a03c576465a89d927c50ebd24b9ad455006325.tar.gz |
bcc: Fix for test bpf stack_id table
The test for bpf_stack_id was failing due to the system being unable to locate libc.so.6.
Upon investigation using strace, the following error was observed:
newfstatat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", 0x7ffdcd475420, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/lib64/libc.so.6", 0x7ffdcd475420, 0) = -1 ENOENT (No such file or directory)
This issue occurs because libc.so.6 was not found in the expected locations.
To resolve this, the location of libc.so.6 in image has been added . It is now accessible at: /lib/libc.so.6
Upstream-Status: Submitted [https://github.com/iovisor/bcc/pull/5292]
Signed-off-by: Harish Sadineni <HarishSadineni@windriver.com>
Diffstat (limited to 'recipes-connectivity/git@git.enea.com:linux/git@git.enea.com:linux/meta-clang.git')
0 files changed, 0 insertions, 0 deletions