mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Add valgrind suppressions for Node 8
This commit is contained in:
parent
c82914df30
commit
3764d63244
@ -39,6 +39,13 @@
|
|||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
obj:*/libjpeg.so*
|
obj:*/libjpeg.so*
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
param_jpeg_jpeg_finish_compress
|
||||||
|
Memcheck:Param
|
||||||
|
write(buf)
|
||||||
|
...
|
||||||
|
fun:jpeg_finish_compress
|
||||||
|
}
|
||||||
# libpng
|
# libpng
|
||||||
{
|
{
|
||||||
cond_libpng_png_read_row
|
cond_libpng_png_read_row
|
||||||
@ -184,6 +191,19 @@
|
|||||||
fun:vips_region_fill
|
fun:vips_region_fill
|
||||||
fun:vips_region_prepare
|
fun:vips_region_prepare
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
cond_libvips_vips_region_prepare_to
|
||||||
|
Memcheck:Cond
|
||||||
|
...
|
||||||
|
fun:vips_region_prepare_to
|
||||||
|
}
|
||||||
|
{
|
||||||
|
value_libvips_vips_region_fill
|
||||||
|
Memcheck:Value8
|
||||||
|
...
|
||||||
|
fun:vips_region_fill
|
||||||
|
fun:vips_region_prepare
|
||||||
|
}
|
||||||
{
|
{
|
||||||
leak_libvips_init
|
leak_libvips_init
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
@ -301,6 +321,27 @@
|
|||||||
...
|
...
|
||||||
fun:_ZN4node9inspector5Agent5StartEPN2v88PlatformEPKcRKNS_12DebugOptionsE
|
fun:_ZN4node9inspector5Agent5StartEPN2v88PlatformEPKcRKNS_12DebugOptionsE
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
leak_nodejs_node9inspector5Agent5Start_NodePlatform
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: possible
|
||||||
|
...
|
||||||
|
fun:_ZN4node9inspector5Agent5StartEPNS_12NodePlatformEPKcRKNS_12DebugOptionsE
|
||||||
|
}
|
||||||
|
{
|
||||||
|
leak_nodejs_node12NodePlatform_TracingController
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: possible
|
||||||
|
...
|
||||||
|
fun:_ZN4node12NodePlatformC1EiP9uv_loop_sPN2v817TracingControllerE
|
||||||
|
}
|
||||||
|
{
|
||||||
|
leak_nodejs_node11performance24MarkGarbageCollectionEnd
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: possible
|
||||||
|
...
|
||||||
|
fun:_ZN4node11performance24MarkGarbageCollectionEndEPN2v87IsolateENS1_6GCTypeENS1_15GCCallbackFlagsEPv
|
||||||
|
}
|
||||||
{
|
{
|
||||||
leak_nodejs_icu_getAvailableLocales
|
leak_nodejs_icu_getAvailableLocales
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
x
Reference in New Issue
Block a user