Skip to content

Commit

Permalink
make suppression for journaling more generic to cover more cases
Browse files Browse the repository at this point in the history
  • Loading branch information
milkie committed Feb 27, 2012
1 parent 10ffada commit 95abc2c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions valgrind.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@
...
}
{
mongod-writes-uninitialized-data-for-preallocate
mongod-writes-uninitialized-data-for-journal
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
}

0 comments on commit 95abc2c

Please sign in to comment.