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

Create LeakSanitizer suppression rules to run with detect_leaks=1 #19

Open
disconnect3d opened this issue Mar 29, 2024 · 0 comments
Open

Comments

@disconnect3d
Copy link
Member

Similarly to the issue in Atheris - google/atheris#81 - we currently recommend running Ruzzy with ASan's detect_leaks=0 due to the fact that the Ruby interpreter leaks memory.

I believe this can be fixed/changed by suppressing the Python initialization's memory leaks using the LeakSanitizer suppression rules.

We should implement those rules and make them "builtin" (so they are applied automagically) if there is such an option.

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