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

[hwasan] LD_PRELOAD=$(absolute_path)/libclang_rt.hwasan-aarch64.so + ls (Bad address) #1521

Open
Neilzhangtianhao opened this issue Apr 24, 2022 · 0 comments

Comments

@Neilzhangtianhao
Copy link

Neilzhangtianhao commented Apr 24, 2022

LLVM Version: 9.0.1
compiler-rt version: 9.0.0
backport: aarch64

Use Case:

LD_PRELOAD=$(absolute_path)/libclang_rt.asan-aarch64.so ls

it's ok
when I use:

LD_PRELOAD=$(absolute_path)/libclang_rt.hwasan-aarch64.so ls

it return error:

ls: cannot open directory '.': Bad address

I want to know if I use a wrong method for libclang_rt.hwasan-aarch64.so or it not support LD_PRELOAD=$(absolute_path)/libclang_rt.hwasan-aarch64.so + shell basic commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants