-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Regression] libunwind.8 linker error at launching any new compiled binary #3580
Comments
Cannot reproduce on Android 6 ARM. |
Seems that new compiler adds news unwind exports which doesn't available in libunwind.so.8 |
Looks like you have libunwind package installed. |
Seems that ~/../lib/libunwind.8.so contains this symbol (dl_iterate_phdr), but it's unresolved: |
We should move to llvm unwind for all archs but arm Or not even have it... |
Yes, it presents in system. But it's weird that it worked before update o_o |
Seems that libunwind-arm doesn't have resolved symbol as libunwind.so.8: https://gist.github.com/leha-bot/13387e4ac599d545b78f790bb92a211b I also found an interesting LLVM issue related to this problem: https://reviews.llvm.org/D39468 But Android 5.1.1 API_LEVEL is 22 |
Closing since libunwind is no longer shipped as package. |
Problem description
After some updates any new generated binaries will not launch, faling with linker error.
Steps to reproduce
compile with clang/clang++:
clang++ main.cpp
Launch resulted a.out:
a.out
Got this text:
Expected behavior
Working applcatiob
Additional information
Post output of command
termux-info
:The text was updated successfully, but these errors were encountered: