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

How to ignore asan error for some so/program? #1831

Open
layman163 opened this issue Dec 24, 2024 · 1 comment
Open

How to ignore asan error for some so/program? #1831

layman163 opened this issue Dec 24, 2024 · 1 comment

Comments

@layman163
Copy link

layman163 commented Dec 24, 2024

Maybe there are memory leaks in the chown?
Some libraries in my program call chown, then my program will throw the asanlog.

I reproduced the error in this way:
Image
When I preload asan to chown, an asanlog will be created.
Image

How can I solve/ignore this error?

@ramosian-glider
Copy link
Member

Have you tried using the suppressions?
LSAN_OPTIONS=suppressions=suppressions.supp

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

2 participants