You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
LD_PRELOAD should be put just before 'exec' command to make sure only the app has the LD_PRELOAD env.
But now, getprop is also putted with LD_PRELOAD env.
Error message:
F libc : CANNOT LINK EXECUTABLE "getprop": "/data/app/xxx/lib/arm/libclang_rt.asan-arm-android.so" is 32-bit instead of 64-bit
Bug: android/ndk#1744
Test: User tested and sent the patch
Change-Id: I193500856b8d2540eb2fdc50e3c6848941dca3b0
(cherry picked from commit 12414a4)
Merged-In: I193500856b8d2540eb2fdc50e3c6848941dca3b0
Description
Background:
Android ndk r25 fixes Issue 933: Updated reference ASan wrap.sh to support attaching the Java debugger.
Current wrap.sh:
Problem:
LD_PRELOAD should be put just before 'exec' command to make sure only the app has the LD_PRELOAD env.
But now, getprop is also putted with LD_PRELOAD env.
Error message:
F libc : CANNOT LINK EXECUTABLE "getprop": "/data/app/xxx/lib/arm/libclang_rt.asan-arm-android.so" is 32-bit instead of 64-bit
Suggestion:
Affected versions
r25
Canary version
No response
Host OS
Linux
Host OS version
android
Affected ABIs
armeabi-v7a
Build system
CMake
Other build system
No response
minSdkVersion
14
Device API level
No response
The text was updated successfully, but these errors were encountered: