Commit 302aff8d authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5368 add some valgrind suppressions for osx


git-svn-id: file:///svn/toku/tokudb@48115 c7de825b-a66e-492c-adef-691d508d4ae1
parent afd7b352
......@@ -149,3 +149,50 @@
fun:_dlerror_run
fun:dlsym
}
{
dyld_on_OSX
Memcheck:Leak
...
obj:/usr/lib/dyld
...
}
{
dyld_on_OSX
Memcheck:Value8
...
obj:/usr/lib/dyld
...
}
{
dyld_on_OSX
Memcheck:Cond
...
obj:/usr/lib/dyld
...
}
{
ctime_on_OSX
Memcheck:Leak
...
obj:/usr/lib/system/libsystem_c.dylib
...
fun:asctime_r
...
}
{
ctime_on_OSX
Memcheck:Leak
...
obj:/usr/lib/system/libsystem_c.dylib
...
fun:ctime
...
}
{
pthread_join_on_OSX
Memcheck:Leak
...
obj:/usr/lib/system/libsystem_c.dylib
fun:pthread_join
...
}
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