Skip to content

Commit 35d169b

Browse files
committed
valgrind suppression file ld.supp: prevents valgrind to report errors in /lib64/ld
1 parent 9d6ddd0 commit 35d169b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

ld.supp

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
{
3+
<insert_a_suppression_name_here>
4+
Memcheck:Cond
5+
fun:index
6+
fun:expand_dynamic_string_token
7+
fun:_dl_map_object
8+
fun:map_doit
9+
fun:_dl_catch_error
10+
fun:do_preload
11+
fun:dl_main
12+
fun:_dl_sysdep_start
13+
fun:_dl_start
14+
obj:/lib64/ld-2.17.so
15+
}
16+
17+
{
18+
<insert_a_suppression_name_here>
19+
Memcheck:Cond
20+
fun:index
21+
fun:expand_dynamic_string_token
22+
fun:_dl_map_object
23+
fun:map_doit
24+
fun:_dl_catch_error
25+
fun:do_preload
26+
fun:dl_main
27+
fun:_dl_sysdep_start
28+
fun:_dl_start
29+
obj:/lib64/ld-2.17.so
30+
}

0 commit comments

Comments
 (0)