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

arm64 variant ldd probe failure #4

Open
nightah opened this issue Oct 28, 2024 · 0 comments
Open

arm64 variant ldd probe failure #4

nightah opened this issue Oct 28, 2024 · 0 comments

Comments

@nightah
Copy link

nightah commented Oct 28, 2024

It seems when utilising the existing tooling within the repository that the shared output file generated by this script for arm64 results in the following error during a probe with ldd (on a newer version of Ubuntu 24.04):

root@ef50510feddf:/tmp/su-exec# ldd su-exec-glibc-shared-arm64-14.04
ldd: exited with unknown exit code (139)

To be clear it still appears that the binary works as expected. I did notice if the builds are done with ubuntu:22.04 this error goes away.

root@ef50510feddf:/tmp/su-exec# ldd su-exec-glibc-shared-arm64-22.04
	libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000005502870000)
	/lib/ld-linux-aarch64.so.1 (0x0000005500000000)
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

1 participant