summary refs log tree commit diff
path: root/src/etc/x86.supp
blob: 6e409af79aecfe48f4c49bcd8cc97ae1dbb110b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
   goddammit-llvm-why-u-no-valgrind
   Memcheck:Cond
   fun:*
   ...
}

{
   down-with-thread-dtors.rs-fails-otherwise-1
   Memcheck:Addr1
   ...
   fun:tlv_finalize
   fun:_pthread_tsd_cleanup
   fun:_pthread_exit
   ...
   fun:_pthread_start
   fun:thread_start
}

{
   down-with-thread-dtors.rs-fails-otherwise-2
   Memcheck:Addr2
   ...
   fun:tlv_finalize
   fun:_pthread_tsd_cleanup
   fun:_pthread_exit
   ...
   fun:_pthread_start
   fun:thread_start
}

{
   down-with-thread-dtors.rs-fails-otherwise-3
   Memcheck:Addr4
   ...
   fun:tlv_finalize
   fun:_pthread_tsd_cleanup
   fun:_pthread_exit
   ...
   fun:_pthread_start
   fun:thread_start
}

{
   down-with-thread-dtors.rs-fails-otherwise-4
   Memcheck:Addr8
   ...
   fun:tlv_finalize
   fun:_pthread_tsd_cleanup
   fun:_pthread_exit
   ...
   fun:_pthread_start
   fun:thread_start
}

{
   down-with-thread-dtors.rs-fails-otherwise-5
   Memcheck:Leak
   match-leak-kinds: definite
   fun:malloc
   fun:tlv_allocate_and_initialize_for_key
   fun:tlv_get_addr
   ...
   fun:start
}