summaryrefslogtreecommitdiff
path: root/valgrind.suppressions
blob: 376746223441ff46d2bd4877c9966d2fcb843255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
   Command_Static_Stuff
   Memcheck:Leak
   ...
   fun:_ZNSsC1EPKcRKSaIcE
   ...
}
{
   mongod-writes-uninitialized-data-for-preallocate
   Memcheck:Param
   write(buf)
   obj:/lib64/libpthread-2.14.90.so
   fun:_ZN5mongo7LogFile17synchronousAppendEPKvm
   fun:_ZN5mongo3dur20_preallocateIsFasterEv
   fun:_ZN5mongo3dur19preallocateIsFasterEv
   fun:_ZN5mongo3dur16preallocateFilesEv
   fun:_ZN5mongo3dur7startupEv
   fun:_ZN5mongo14_initAndListenEi
   fun:_ZN5mongo13initAndListenEi
   fun:main
}