-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
stringrenderer_test failures #2302
Comments
Related ... Memory leaks related to stringrenderer when running text2image. Please see #1781 (comment) |
The leaks are related to libfontconfig, and it looks like there is no solution to fix them. So the only solution is ignoring those leaks. For the LeakSanitizer (part of the AdressSanitizer) this can be done like this:
The file
It ignores leaks caused by |
is this solved? |
This issue was solved by pull request #3171. |
The test fails with a runtime error and several memory leaks if the code was built with sanitizers:
The text was updated successfully, but these errors were encountered: