Commit a2d17e62 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5742 #5743 suppress more helgrind warnings due to kde bug 307082

git-svn-id: file:///svn/toku/tokudb@51470 c7de825b-a66e-492c-adef-691d508d4ae1
parent f7164659
......@@ -58,8 +58,6 @@
...
fun:pthread_cond_destroy@*
...
fun:_ZL14rwlock_destroyP6rwlock
fun:_ZL16nb_mutex_destroyP8nb_mutex
fun:_Z23toku_blocktable_destroyPP11block_table
}
{
......@@ -110,3 +108,19 @@
...
fun:_Z17toku_logger_closePP10tokulogger
}
{
kde_bug_307082_cond_destroy_without_signal
Helgrind:Misc
...
fun:pthread_cond_destroy@*
...
fun:_ZL20cachetable_free_pairP6ctpair
}
{
kde_bug_307082_cond_destroy_without_signal
Helgrind:Misc
...
fun:pthread_cond_destroy@*
...
fun:_ZN7evictor7destroyEv
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment