0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 08:30:56 +01:00
mongodb/etc/valgrind.suppressions
2015-04-16 16:24:36 -04:00

57 lines
1.3 KiB
Plaintext

{
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
...
}