File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # Valgrind suppressions file for Bitcoin.
2
- #
3
- # Includes known Valgrind warnings in our dependencies that cannot be fixed
4
- # in-tree.
1
+ # This valgrind suppressions file includes known Valgrind warnings in our
2
+ # dependencies that cannot be fixed in-tree.
5
3
#
6
4
# Example use:
7
5
# $ valgrind --suppressions=contrib/valgrind.supp src/test/test_bitcoin
14
12
# --error-limit=no src/test/test_bitcoin
15
13
#
16
14
# Note that suppressions may depend on OS and/or library versions.
15
+ # Tested on:
16
+ # * aarch64 (Ubuntu 20.04 system libs, without gui)
17
+ # * x86_64 (Ubuntu 18.04 system libs, without gui)
17
18
{
18
19
Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
19
20
Memcheck:Leak
47
48
Suppress libdb warning
48
49
Memcheck:Param
49
50
pwrite64(buf)
50
- fun:pwrite
51
- fun:__os_io
51
+ ...
52
52
obj:*/libdb_cxx-*.so
53
53
}
54
54
{
You can’t perform that action at this time.
0 commit comments