From 8f9c1724d0e085c673df3134bdc606cde72207a1 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 2 Aug 2013 22:05:32 -0700 Subject: [PATCH] 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. --- src/etc/x86.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/etc/x86.supp b/src/etc/x86.supp index def1c5a53c1f..e6064ff4f72d 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -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 + ... +} \ No newline at end of file