summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@vespa.ai>2024-04-08 16:20:01 +0200
committerGitHub <noreply@github.com>2024-04-08 16:20:01 +0200
commit01c66882d7afa6c3e7db422947c2f2e3af696f4d (patch)
treedc95d3424f700c4bed67b26aeccc5019e7bd2854
parentb82838520d32016c532748c0406a9276560af8da (diff)
parent4b807b8decdd5632535d0d54a2d5a5922962832f (diff)
Merge pull request #30853 from vespa-engine/toregge/suppress-more-protobuf-related-valgrind-warnings-pass-3
Suppress more protobuf related valgrind errors (pass 3). MERGEOK
-rw-r--r--valgrind-suppressions.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/valgrind-suppressions.txt b/valgrind-suppressions.txt
index 922ccaa3ea4..820fc17c155 100644
--- a/valgrind-suppressions.txt
+++ b/valgrind-suppressions.txt
@@ -554,3 +554,17 @@
fun:_dl_init
obj:/usr/lib64/ld-2.28.so
}
+{
+ Protobuf 5.26.1 suppression 6
+ Memcheck:Leak
+ match-leak-kinds: possible
+ fun:_Znwm
+ fun:_ZN4absl12lts_2024011618container_internal19HashSetResizeHelper15InitializeSlotsISaIcELm8ELb1ELm8EEEbRNS1_12CommonFieldsEPvT_.isra.0
+ fun:_ZN4absl12lts_2024011618container_internal12raw_hash_setINS1_17FlatHashSetPolicyIPKN6google8protobuf8internal15DescriptorTableEEENS5_12_GLOBAL__N_123GeneratedMessageFactory20DescriptorByNameHashENSC_18DescriptorByNameEqESaIS9_EE6resizeEm
+ fun:_ZN4absl12lts_2024011618container_internal12raw_hash_setINS1_17FlatHashSetPolicyIPKN6google8protobuf8internal15DescriptorTableEEENS5_12_GLOBAL__N_123GeneratedMessageFactory20DescriptorByNameHashENSC_18DescriptorByNameEqESaIS9_EE14prepare_insertEm
+ fun:_ZN6google8protobuf14MessageFactory29InternalRegisterGeneratedFileEPKNS0_8internal15DescriptorTableE
+ fun:call_init.part.0
+ fun:call_init
+ fun:_dl_init
+ obj:/usr/lib64/ld-2.28.so
+}