summaryrefslogtreecommitdiff
path: root/valgrind.suppressions
blob: 80a23caa729f7ffef1e3a353aa318133cc8d5fba (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
{
   Command_Static_Stuff
   Memcheck:Leak
   ...
   fun:_ZNSsC1EPKcRKSaIcE
   ...
}
{
   mongod-writes-uninitialized-data-for-journal
   Memcheck:Param
   write(buf)
   obj:/lib64/libpthread-2.14.90.so
   fun:_ZN5mongo7LogFile17synchronousAppendEPKvm
}
{
   NetworkCounter-hit-method-is-race-prone-by-design
   Helgrind:Race
   fun:_ZN5mongo14NetworkCounter3hitExx
   ...
}
{
   OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotCommand
   Helgrind:Race
   fun:_ZN5mongo10OpCounters10gotCommandEv
   ...
}
{
   OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotDelete
   Helgrind:Race
   fun:_ZN5mongo10OpCounters9gotDeleteEv
   ...
}
{
   OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotGetMore
   Helgrind:Race
   fun:_ZN5mongo10OpCounters10gotGetMoreEv
   ...
}
{
   OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotInsert
   Helgrind:Race
   fun:_ZN5mongo10OpCounters9gotInsertEv
   ...
}
{
   OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotQuery
   Helgrind:Race
   fun:_ZN5mongo10OpCounters8gotQueryEv
   ...
}
{
   OpCounters-methods-use-race-prone-rarely-macro-to-check-for-integer-overflow-gotUpdate
   Helgrind:Race
   fun:_ZN5mongo10OpCounters9gotUpdateEv
   ...
}