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:
parent
3fb4ab76d6
commit
706ff9a256
@ -5,4 +5,18 @@
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user