forked from newrelic/newrelic-php-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalgrind-suppressions
130 lines (115 loc) · 2.16 KB
/
valgrind-suppressions
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
agent-32bit-debian-invalid-read
Memcheck:Addr4
fun:check_free
fun:free_key_mem
fun:__dlerror_main_freeres
fun:__libc_freeres
fun:_vgnU_freeres
...
}
{
agent-32bit-debian-invalid-free
Memcheck:Free
fun:free
fun:free_key_mem
fun:__dlerror_main_freeres
fun:__libc_freeres
fun:_vgnU_freeres
...
}
{
<glib leaks caused by glibc>
Memcheck:Leak
...
fun:g_*
...
fun:_dl_init
}
{
<various ext/libxml MINIT leaks>
Memcheck:Leak
...
fun:zm_startup_libxml
}
{
<various ext/readline MINIT leaks>
Memcheck:Leak
...
fun:zm_startup_readline
}
{
<various ext/readline MSHUTDOWN leaks>
Memcheck:Leak
...
fun:zm_shutdown_readline
}
{
<indirect dlsym linked caused by us at MINIT; can't be worked around>
Memcheck:Leak
...
fun:dlsym
fun:nr_php_populate_apache_process_globals
}
{
<known PHP 5 leak: see the comment in nr_php_object_has_method() for more detail>
Memcheck:Leak
...
fun:zend_std_get_method
fun:nr_php_object_has_method
}
{
<known PHP 7 ZTS leak from nr_php_object_has_method: zend_string_release() doesn't always free the string due to a refcount race condition>
Memcheck:Leak
...
fun:zend_string_alloc
fun:zend_string_init
fun:nr_php_object_has_method
}
{
<known PHP 7 ZTS leak during RINIT: zend_string_release() doesn't always free the string due to a refcount race condition>
Memcheck:Leak
...
fun:zend_string_alloc
fun:zend_string_init
...
fun:zm_startup_core
}
{
<GD memory leak in PHP 5.6 ZTS on startup>
Memcheck:Leak
...
fun:zm_startup_gd
}
{
<nrlamp: agent unit test eval invalid read>
Memcheck:Cond
...
fun:tlib_php_request_eval
}
{
<nrlamp: agent unit test eval expr invalid read>
Memcheck:Cond
...
fun:tlib_php_request_eval_expr
}
{
<nrlamp: PHP 5.3 leaks when generating an error while loading an extension>
Memcheck:Cond
...
fun:zend_error
...
fun:tlib_php_require_extension
}
{
<PHP 7.2 ZTS leak: https://bugs.php.net/bug.php?id=75683>
Memcheck:Leak
...
fun:zend_register_functions
}
{
<PHP 7.3 complaining about uninitialized value in inline assembly>
Memcheck:Cond
...
fun:zend_string_equal_val
}