Files
ternfs-XTXMarkets/cpp/valgrind-suppressions
2025-09-17 18:20:23 +01:00

26 lines
648 B
Plaintext

# Copyright 2025 XTX Markets Technologies Limited
#
# SPDX-License-Identifier: GPL-2.0-or-later
# I haven't investigated this -- some uninitialized memory when
# invoking libunwind for the first time.
{
libunwind-uninitialized
Memcheck:Param
write(buf)
fun:syscall
...
fun:_ULx86_64_step
...
}
# # I'm not sure why it picks the slow version (it shouldn't), even
# # if I do build for Haskell with valgrind it should still have
# # the required instructions. Worth investigating
# {
# rocksdb-crc32c
# Memcheck:Value8
# ...
# fun:_ZN7rocksdb6crc32c10ExtendImplIXadL_ZNS0_L10Slow_CRC32EPmPPKhEEEEjjPKcm
# ...
# }