Suppress a libuv leak on mac

I suspect that this is a race between process exit and the termination of
worker threads used by libuv (if I sleep before exit it doesn't leak). This
isn't going to cause any real problems but should probably be fixed at
some point.
This commit is contained in:
Brian Anderson 2013-08-02 22:05:32 -07:00
parent efd6eafeb4
commit 8f9c1724d0

View File

@ -502,3 +502,16 @@
fun:*
...
}
{
libuv-mac-no-thread-join
Memcheck:Leak
fun:malloc_zone_malloc
fun:_CFRuntimeCreateInstance
fun:CFRunLoopSourceCreate
fun:uv__platform_loop_init
fun:uv__loop_init
fun:uv_loop_new
fun:rust_uv_loop_new__c_stack_shim
...
}