forked from MapServer/msautotest_DEPRECATED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
valgrind-suppressions.txt
79 lines (71 loc) · 1007 Bytes
/
valgrind-suppressions.txt
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
_dl_init memory leaks
Memcheck:Leak
...
fun:_dl_init
...
}
{
CPLCreateMutex
Memcheck:Leak
fun:malloc
fun:CPLCreateMutex
...
}
{
<CPLCreateOrAcquireMutex>
Memcheck:Leak
fun:malloc
...
fun:CPLCreateOrAcquireMutex
...
}
{
png/zlib inflate
Memcheck:Cond
fun:inflateReset2
fun:inflateInit2_
...
}
{
libcurl global init
Memcheck:Cond
...
fun:curl_global_init
...
}
{
<invalid_free_at_main_exit>
Memcheck:Free
fun:free
fun:free_mem
fun:__libc_freeres
fun:_vgnU_freeres
fun:exit
fun:main
}
{
<gdal_jvm_still_reachable>
Memcheck:Leak
...
obj:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so
}
{
<geos_still_reachable>
Memcheck:Leak
...
fun:_ZN4geos4geom15GeometryFactory18getDefaultInstanceEv
fun:initGEOS_r
fun:msGEOSSetup
fun:msSetup
fun:main
}
{
<postgresql_leak>
Memcheck:Leak
fun:malloc
...
fun:getpwuid_r*
...
fun:PQconnectStart
}