0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

suppress "syscall with uninitialized bytes in buffer"

This commit is contained in:
Eric Milkie 2011-12-13 09:28:55 -05:00
parent 3fb4ab76d6
commit 706ff9a256

View File

@ -5,4 +5,18 @@
fun:_ZNSsC1EPKcRKSaIcE 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
}