From 6cc12dde979bc79982e468c56d3f42abad06c8ef Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Nov 14 2018 22:33:26 +0000 Subject: CI: Modify suppression file for c-ares-1.15.0 Valgrind does not generate full stack trace for errors. It is just limited amount of frames. Therefore we cannot see main function with the new c-ares. The suppression file generated with c-ares-1.14.0 { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:strdup fun:ares_init_options fun:recreate_ares_channel fun:resolv_init fun:be_res_init fun:be_res_init fun:be_init_failover fun:test_ipa_server_create_trusts_setup obj:/usr/lib64/libcmocka.so.0.5.1 fun:_cmocka_run_group_tests fun:main } The suppression file generated with c-ares-1.15.0 { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:strdup obj:/usr/lib64/libcares.so.2.3.0 obj:/usr/lib64/libcares.so.2.3.0 fun:ares_init_options fun:recreate_ares_channel fun:resolv_init fun:be_res_init fun:be_res_init fun:be_init_failover fun:test_ipa_server_create_trusts_setup obj:/usr/lib64/libcmocka.so.0.5.1 fun:_cmocka_run_group_tests } Merges: https://pagure.io/SSSD/sssd/pull-request/3884 --- diff --git a/contrib/ci/sssd.supp b/contrib/ci/sssd.supp index effbc90..ac6f1d4 100644 --- a/contrib/ci/sssd.supp +++ b/contrib/ci/sssd.supp @@ -170,7 +170,6 @@ fun:test_ipa_server_create_trusts_setup ... fun:_cmocka_run_group_tests - fun:main } # Leaks in bash if p11_child returns and error because due to libtool the