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

Triage and fix true leaks detected by AddressSanitizer #721

Closed
dongahn opened this issue Jul 8, 2016 · 1 comment
Closed

Triage and fix true leaks detected by AddressSanitizer #721

dongahn opened this issue Jul 8, 2016 · 1 comment

Comments

@dongahn
Copy link
Member

dongahn commented Jul 8, 2016

This is a new issue created from #694. After building with --enable-sanitizer=address, I did make -i check at least to see what errors are reported across all of our regression tests. It turned out ASan reported many leaks and as a result failed many tests. Here is the leak reports:
asan.zip.

I have to think that the detected errors are a mixed bag of false and true positives. As such, it will take some time to go through each report and to fix or blacklist it until all regression tests will pass. I think that should be another PR.

@dongahn dongahn changed the title Triage and fix true leaks detected by AddressSantizer Triage and fix true leaks detected by AddressSanitizer Jul 8, 2016
@garlick
Copy link
Member

garlick commented Dec 28, 2016

This report is a bit outdated, so closing as we now can easily run address and thread sanitizer with the build system integration.

@garlick garlick closed this as completed Dec 28, 2016
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