blob: 5229133f1c46df9f5da7e9bf34f809695f9c9729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
{
FcConfig
Memcheck:Addr4
fun:FcConfigFileExists
}
{
Mesa_glsl_parsing
Memcheck:Cond
fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
}
{
lib_png_inflate
Memcheck:Cond
fun:inflateReset2
fun:inflateInit2_
fun:png_create_read_struct_2
fun:png_create_read_struct
}
{
RTConfRegistry_leak
Memcheck:Leak
fun:_Znwm
fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
}
{
XML_ParseBuffer_leak
Memcheck:Leak
fun:malloc
fun:FcPatternObjectInsertElt
fun:FcPatternObjectAddWithBinding
}
{
Driver_bug_1
Memcheck:Value8
...
obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
fun:lp_rast_triangle_3
}
{
Driver_bug_2
Memcheck:Value8
...
obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
fun:lp_rast_triangle_2
}
{
Driver_bug_3
Memcheck:Value8
obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
fun:_mesa_readpixels
fun:_mesa_ReadnPixelsARB
fun:_mesa_ReadPixels
}
|