From 847b8be55c4f4dca769088d34e8696c9b7e172b1 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 8 Apr 2024 15:59:10 +0200 Subject: Suppress more protobuf related valgrind warnings for systems without debuginfo libraries installed. --- valgrind-suppressions.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/valgrind-suppressions.txt b/valgrind-suppressions.txt index 96d1c828ab2..922ccaa3ea4 100644 --- a/valgrind-suppressions.txt +++ b/valgrind-suppressions.txt @@ -521,3 +521,36 @@ fun:_dl_init obj:/usr/lib64/ld-2.28.so } +{ + Protobuf 5.26.1 suppression 4 + Memcheck:Leak + match-leak-kinds: possible + fun:_Znwm + fun:_ZN6google8protobuf14DescriptorPool6TablesC1Ev + fun:_ZN6google8protobuf14DescriptorPoolC1EPNS0_18DescriptorDatabaseEPNS1_14ErrorCollectorE + fun:_ZN6google8protobuf14DescriptorPool23internal_generated_poolEv + fun:_ZN6google8protobuf14DescriptorPool24InternalAddGeneratedFileEPKvi + fun:_ZN6google8protobuf8internal14AddDescriptorsEPKNS1_15DescriptorTableE + fun:call_init.part.0 + fun:call_init + fun:_dl_init + obj:/usr/lib64/ld-2.28.so +} +{ + Protobuf 5.26.1 suppression 5 + Memcheck:Leak + match-leak-kinds: possible + fun:_Znwm + fun:_ZN4absl12lts_2024011618container_internal19HashSetResizeHelper15InitializeSlotsISaIcELm40ELb0ELm8EEEbRNS1_12CommonFieldsEPvT_.isra.0 + fun:_ZN4absl12lts_2024011618container_internal12raw_hash_setINS1_17FlatHashMapPolicyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN6google8protobuf10Descriptor13WellKnownTypeEEENS1_10StringHashENS1_8StringEqESaISt4pairIKS9_SD_EEE6resizeEm + fun:_ZN4absl12lts_2024011618container_internal12raw_hash_setINS1_17FlatHashMapPolicyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN6google8protobuf10Descriptor13WellKnownTypeEEENS1_10StringHashENS1_8StringEqESaISt4pairIKS9_SD_EEE14prepare_insertEm + fun:_ZN6google8protobuf14DescriptorPool6TablesC1Ev + fun:_ZN6google8protobuf14DescriptorPoolC1EPNS0_18DescriptorDatabaseEPNS1_14ErrorCollectorE + fun:_ZN6google8protobuf14DescriptorPool23internal_generated_poolEv + fun:_ZN6google8protobuf14DescriptorPool24InternalAddGeneratedFileEPKvi + fun:_ZN6google8protobuf8internal14AddDescriptorsEPKNS1_15DescriptorTableE + fun:call_init.part.0 + fun:call_init + fun:_dl_init + obj:/usr/lib64/ld-2.28.so +} -- cgit v1.2.3