Lőrinc
6a68343ffb
doc: Prepend 'build/' to binary paths under 'src/' in docs
2024-08-29 15:23:12 +02:00
fanquake
ad21f22948
ci: use clang-16 for Valgrind
...
Switch to Ubuntu Noble.
2024-04-14 10:39:14 +01:00
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 .
2023-07-25 10:23:18 +01:00
fanquake
e047ae84d2
valgrind: update supps for Debian Bookworm.
...
Remove no-longer-required libstdc++ suppression.
Remove unused (and versioned) GUI suppression.
2023-04-12 17:45:32 +01:00
fanquake
29b62c01c8
valgrind: remove libsecp256k1 suppression
2023-02-28 10:45:57 +00:00
fanquake
a08c9723f5
contrib: remove unneeded valgrind suppressions
2022-07-21 10:16:47 +01:00
fanquake
15893a0781
supp: remove Boost Valgrind suppression
2022-04-04 10:40:00 +01:00
MarcoFalke
fa4b61911d
test: Remove unused valgrind suppressions
2022-02-04 16:35:15 +01:00
Kiminuo
b87f9c5edf
build: remove boost::filesystem usage
2022-02-03 18:35:52 +08:00
MarcoFalke
fa5288cf5c
contrib: Fixup valgrind suppressions file
2020-08-05 16:43:30 +02:00
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
}
2020-06-03 10:58:27 -04:00
fanquake
d7120f7f78
valgrind : remove duplicate BCLog::Logger suppression
...
This was added in #17770 , but is identical to the supression above.
2020-05-05 11:10:36 +08:00
fanquake
708e3c7e85
valgrind: remove rest_blockhash_by_height suppression
...
This should no-longer be necessary after #18785 .
2020-05-05 11:10:35 +08:00
Micky Yun Chan
2d23082cbe
bump test timeouts so that functional tests run in valgrind
2020-01-25 15:51:35 +08:00
MarcoFalke
facb416ad5
ci: Add valgrind run
2019-12-10 19:37:37 -05:00
practicalswift
d604b4cc8c
tests: Update valgrind suppressions
2019-11-13 14:46:09 +00:00
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
```
2017-08-16 21:39:31 +02:00