mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 06:53:05 +00:00
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:
parent
efd6eafeb4
commit
8f9c1724d0
@ -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
|
||||
...
|
||||
}
|
Loading…
Reference in New Issue
Block a user