mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-21 10:40:04 -06:00
26 lines
648 B
Plaintext
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
|
|
# ...
|
|
# }
|