fanquake
50f7214e09
valgrind: add suppression for bug 472219
...
Now that https://bugs.kde.org/show_bug.cgi?id=472219 has been fixed
upstream in:
https://sourceware.org/git/?p=valgrind.git;a=commit;h=6ce0979884a8f246c80a098333ceef1a7b7f694d
Add a supression to ignore the bug until we are using a fixed version of
Valgrind.
Related to #28072 .
1 year ago
fanquake
e047ae84d2
valgrind: update supps for Debian Bookworm.
...
Remove no-longer-required libstdc++ suppression.
Remove unused (and versioned) GUI suppression.
2 years ago
fanquake
29b62c01c8
valgrind: remove libsecp256k1 suppression
2 years ago
fanquake
a08c9723f5
contrib: remove unneeded valgrind suppressions
2 years ago
fanquake
15893a0781
supp: remove Boost Valgrind suppression
3 years ago
MarcoFalke
fa4b61911d
test: Remove unused valgrind suppressions
3 years ago
Kiminuo
b87f9c5edf
build: remove boost::filesystem usage
3 years ago
MarcoFalke
fa5288cf5c
contrib: Fixup valgrind suppressions file
4 years ago
MarcoFalke
fab7d954b2
test: Make valgrind.supp work on aarch64
...
The equivalent suppression on aarch64 looks like:
{
<insert_a_suppression_name_here>
Memcheck:Param
pwrite64(buf)
fun:__libc_pwrite64
fun:pwrite
fun:__os_io
obj:/usr/lib/aarch64-linux-gnu/libdb_cxx-5.3.so
fun:__log_flush_int
fun:__log_flush
fun:__memp_sync_int
fun:__db_sync
fun:__db_refresh
fun:__db_close
fun:__fop_subdb_setup
fun:__db_open
fun:__db_open_pp
}
4 years ago
fanquake
d7120f7f78
valgrind : remove duplicate BCLog::Logger suppression
...
This was added in #17770 , but is identical to the supression above.
5 years ago
fanquake
708e3c7e85
valgrind: remove rest_blockhash_by_height suppression
...
This should no-longer be necessary after #18785 .
5 years ago
Micky Yun Chan
2d23082cbe
bump test timeouts so that functional tests run in valgrind
5 years ago
MarcoFalke
facb416ad5
ci: Add valgrind run
5 years ago
practicalswift
d604b4cc8c
tests: Update valgrind suppressions
5 years ago
practicalswift
84e2462ccf
contrib: Add Valgrind suppressions file
...
Includes known Valgrind warnings in our dependencies that cannot be fixed in-tree.
Example use:
```
$ valgrind --suppressions=contrib/valgrind.supp src/test/test_bitcoin
$ valgrind --suppressions=contrib/valgrind.supp --leak-check=full \
--show-leak-kinds=all src/test/test_bitcoin --log_level=test_suite
```
7 years ago