From 5a720034475977bf0ccefc2b32c4965e983399c6 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 12 Nov 2015 05:53:19 +0000 Subject: CI: Update suppression file for 32bit el6 Some extra functions were in stack trace on 32 bit architecture. It might be caused by different optimisation on different platforms. As a result of this mismatch, the suppression did not match on 32 bit architecture and it was reported as new memory related error. Reviewed-by: Jakub Hrozek --- contrib/ci/sssd.supp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') diff --git a/contrib/ci/sssd.supp b/contrib/ci/sssd.supp index 06cf64088..8f27708bd 100644 --- a/contrib/ci/sssd.supp +++ b/contrib/ci/sssd.supp @@ -106,7 +106,9 @@ obj:/lib*/libglib-2.0.so* fun:g_slice_alloc fun:g_string_sized_new + ... fun:g_utf8_casefold + fun:sss_utf8_case_eq ... } -- cgit