[gnome-control-center/gbsneto/fix-asan-tests] lsan: Add libc.so.6 functions to suppresion



commit ef0bbabbe7893f1c0b01772109767a3286598029
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Feb 4 09:33:26 2019 -0200

    lsan: Add libc.so.6 functions to suppresion
    
    It is almost surreal to believe that there's a leak
    in libc.so.6, but this is blocking CI and it's not
    something we can work on right now.
    
    Suppress this leak.

 build-aux/ci/lsan.supp | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/build-aux/ci/lsan.supp b/build-aux/ci/lsan.supp
index 590d676cc..9f7e5cb50 100644
--- a/build-aux/ci/lsan.supp
+++ b/build-aux/ci/lsan.supp
@@ -3,6 +3,8 @@ leak:libfontconfig.so.1
 
 # Unknown and unreported bugs
 leak:__GI___vasprintf_chk
+leak:__vasprintf_internal
+leak:__interceptor_malloc
 leak:__alloc_dir
 leak:libglib-2.0.so.0
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]