summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-04-08 15:59:10 +0200
committerTor Egge <Tor.Egge@online.no>2024-04-08 15:59:10 +0200
commit847b8be55c4f4dca769088d34e8696c9b7e172b1 (patch)
tree87eba68eb7e9b339f997e56cf453ef3baa0021f0
parentae3871607baa1e49c7a97b201ed14a669e6f7b17 (diff)
Suppress more protobuf related valgrind warnings for
systems without debuginfo libraries installed.
-rw-r--r--valgrind-suppressions.txt33
1 files changed, 33 insertions, 0 deletions
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
+}