From 0d60bf14f67c225c54aaa9229580812856fa66a6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 9 Jan 2024 12:20:17 +0100 Subject: [PATCH] Sanitizer: Add more suppressions to our list. These new ones (one new 'python' case, and some for external libraries that were not affected so far) seem to be needed to get sanitizer builds tests to work on current Linux buildbot. --- tools/config/analysis/lsan.supp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/config/analysis/lsan.supp b/tools/config/analysis/lsan.supp index 5e0d263317c..82a71e4c622 100644 --- a/tools/config/analysis/lsan.supp +++ b/tools/config/analysis/lsan.supp @@ -9,6 +9,7 @@ leak:_Py_* leak:_PyUnicodeWriter_* leak:list_append leak:list_resize +leak:unicode_resize leak:PyThread_allocate_lock leak:libpython* leak:python @@ -27,3 +28,7 @@ leak:i965_dri leak:libdrm* leak:radeon* leak:libGLX* +leak:d_growable_string_callback_adapter +leak:libusd* +leak:*openvdb::v11_0* +leak:*tbb::internal*