forked from Chaste/Chaste
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chaste-legacy.supp
349 lines (346 loc) · 7.17 KB
/
chaste-legacy.supp
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
#############################################################
# Suppressions of library errors in Ubuntu versions prior #
# to our current memory testing base (Ubuntu 22.04). #
# #
# New suppressions should NOT BE ADDED HERE but rather to #
# the current suppression file "chaste.supp". #
# #
# Some of these are very old but have been updated to use #
# the "..." syntax which is available to modern versions #
# of Valgrind. If you spot suppressions of upsupported #
# library versions then please feel free to remove them. #
#############################################################
# Miscellaneous (PETSc or Boost)
################################
{
Leak in nss_lookup_function
Memcheck:Leak
...
fun:PetscGetUserName
}
{
Unset filename in HYPRE_BoomerAMG todo: should this be set?
Memcheck:Cond
...
fun:hypre_BoomerAMGSetPlotFileName
...
fun:PCSetFromOptions
}
{
leak due to boost bug (1)
Memcheck:Leak
fun:_Znwj
...
fun:*WntConcentration*
}
{
leak due to boost bug (2)
Memcheck:Leak
fun:_Znwj
...
fun:_ZN13ArchiveOpener*
}
{
leak due to boost bug (3)
Memcheck:Leak
fun:_Znwj
...
fun:_ZN20OdeSystemInformation*Initialise*
}
{
leak due to boost bug (4)
Memcheck:Leak
fun:_Znwj
...
fun:_ZN27CellBasedSimulationArchiver*
}
{
leak due to boost bug (5)
Memcheck:Leak
fun:_Znwj
...
fun:_dl_init
}
{
keyval create (malloc)
Memcheck:Leak
fun:malloc
...
fun:PMPI_Keyval_create
}
{
get-user-name-leak-generic
Memcheck:Leak
fun:malloc
...
fun:_Z16PetscGetUserNamePc?
}
# OpenMPI https://github.com/cpmech/test-openmpi-valgrind
{
OpenMPI/start_thread
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:clone
}
{
leak due to boost bug (6)
Memcheck:Leak
fun:malloc
fun:backtrace_symbols
...
fun:_dl_fini
}
{
dlopen-addr2
Memcheck:Addr8
obj:/lib/ld-*.so
...
fun:dlopen
}
{
dlsym-addr
Memcheck:Addr8
obj:/lib/ld-*.so
...
fun:dlsym
}
# CVODE
#######
{
CVODE CVode stopping event todo - check this
Memcheck:Cond
fun:CVode
fun:_ZN12CvodeAdaptor5SolveEP17AbstractOdeSystemRSt6vectorIdSaIdEEdddd
fun:_ZN16TestCvodeAdaptor*
}
# HDF5
######
{
H5F HDF5 file create
Memcheck:Leak
fun:malloc
...
fun:H5F_open
}
# Obsolete syntax
#{
# H5F: HDF5 write on closure
# Memcheck:Param
# pwritev(vector[...])
# ...
# fun:H5Fclose
#}
{
H5F: HDF5-free-lists-variant2
Memcheck:Param
write(buf)
...
fun:H5Fclose
}
# PETSc/OpenMPI
###############
{
PetscFinalize petsc finalize (malloc)
Memcheck:Leak
fun:malloc
...
fun:*PetscFinalize*
}
{
PetscInitialize OpenMPI PETSc init (invalid read 8)
Memcheck:Addr8
...
fun:*PetscInitialize*
}
{
PetscInitialize mpi_init (calloc)
Memcheck:Leak
fun:calloc
...
fun:*PetscInitialize*
}
{
OpenMPI/PetscInitialize
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
...
fun:PetscInitialize
}
{
PetscInitialize mpi_init (malloc)
Memcheck:Leak
fun:malloc
...
fun:*PetscInitialize*
}
{
PetscInitialize get-user-name-4
Memcheck:Leak
fun:malloc
...
fun:_Z15PetscInitializePiPPPcPKcS4_
}
{
PetscInitialize OpenMPI PETSc init (invalid read 4)
Memcheck:Addr4
fun:opal_os_dirpath_create
...
fun:*PetscInitialize*
}
{
PetscInitialize mpi_init (realloc)
Memcheck:Leak
fun:realloc
...
fun:*PetscInitialize*
}
{
PetscInitialize get-user-name-2
Memcheck:Addr8
obj:/lib/ld-2.6.1.so
...
fun:_Z15PetscInitializePiPPPcPKcS4_
}
{
PetscInitialize get-user-name-6
Memcheck:Addr8
obj:/lib/ld-2.7.so
...
fun:_Z15PetscInitializePiPPPcPKcS4_
}
{
PetscInitialize mpi_init (sched)
Memcheck:Param
sched_setaffinity(mask)
...
fun:*PetscInitialize*
}
{
PetscInitialize mpi_init (writev)
Memcheck:Param
writev(vector[...])
...
fun:*PetscInitialize*
}
# Boost
#######
{
boost-archive-reset-object-address-cond-v34-doubles
Memcheck:Cond
fun:_ZN5boost7archive6detail14basic_iarchive20reset_object_addressEPKvS4_
...
fun:_ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveESt6vectorIdSaIdEEE13load_standard6invokeERS3_RS6_
}
{
boost-archive-reset-object-address-cond-v34-ints
Memcheck:Cond
fun:_ZN5boost7archive6detail14basic_iarchive20reset_object_addressEPKvS4_
...
fun:_ZN5boost7archive6detail21load_non_pointer_typeINS0_13text_iarchiveESt6vectorIiSaIiEEE13load_standard6invokeERS3_RS6_
}
# Bug in Boost 1.44 - 1.46
{
boost terminate bug
Memcheck:Addr4
fun:_ZNK5boost13serialization13typeid_system27extended_type_info_typeid_012is_less_thanERKNS0_18extended_type_infoE
...
fun:__cxa_finalize
}
{
boost serialization error
Memcheck:Leak
fun:_Znw*
fun:_ZNK5boost13serialization16void_cast_detail11void_caster18recursive_registerEb
}
# Tetgen
########
{
tetgen Memory problem in Tetgen with quadratic meshes
Memcheck:Cond
fun:_ZN6tetgen10tetgenmesh13pointtraverseEv
fun:_ZN6tetgen10tetgenmesh8outnodesEPNS_8tetgenioE
fun:_ZN6tetgen14tetrahedralizeEPNS_14tetgenbehaviorEPNS_8tetgenioES3_S3_S3_
fun:_ZN6tetgen14tetrahedralizeEPcPNS_8tetgenioES2_S2_S2_
fun:_ZN13QuadraticMeshILj3EE15ConstructCuboidEjjj
fun:_ZN23AbstractTetrahedralMeshILj3ELj3EE24ConstructRegularSlabMeshEdddd
}
{
tetgen Memory problem in Tetgen with quadratic meshes - different entry point
Memcheck:Cond
fun:_ZN6tetgen10tetgenmesh13pointtraverseEv
fun:_ZN6tetgen10tetgenmesh8outnodesEPNS_8tetgenioE
fun:_ZN6tetgen14tetrahedralizeEPNS_14tetgenbehaviorEPNS_8tetgenioES3_S3_S3_
fun:_ZN6tetgen14tetrahedralizeEPcPNS_8tetgenioES2_S2_S2_
fun:_ZN13QuadraticMeshILj3EE29ConstructFromLinearMeshReaderER18AbstractMeshReaderILj3ELj3EE
}
# VTK
#####
{
vtk: VTK ExpandTable Writer UnRegister
Memcheck:Cond
fun:_ZN14vtkInformation11ExpandTableEv
...
fun:_ZN16VertexMeshWriter*
}
{
vtk: VTK ExpandTable Writer
Memcheck:Cond
fun:_ZN14vtkInformation11ExpandTableEv
...
fun:*MeshWriter*
}
{
vtk VTK ExpandTable Reader
Memcheck:Cond
fun:_ZN14vtkInformation11ExpandTableEv
...
fun:_ZN13VtkMeshReader*
}
{
vtk: VTK-information leak
Memcheck:Addr8
fun:_ZN14vtkInformation15SetAsObjectBaseEP17vtkInformationKeyP13vtkObjectBase
...
fun:_ZN12vtkXMLWriter5WriteEv
}
{
vtk: VTK-information-copy
Memcheck:Cond
fun:_ZN14vtkInformation4CopyEPS_i
...
fun:_ZN13VtkMeshReader*
}
{
vtk: VTK-information delete
Memcheck:Cond
fun:_ZN14vtkInformationD*Ev
...
fun:*V*Mesh*er*
}
{
vtk: VTK ZLib
Memcheck:Cond
fun:inflateReset2
...
fun:_ZN17vtkDataCompressor10UncompressEPKhmPhm
}
{
vtk: VTK ZLib with fewer inits
Memcheck:Cond
fun:inflateReset2
...
fun:_ZN21vtkZLibDataCompressor16UncompressBufferEPKhmPhm
}
#
# Xerces memory error
#
{
xerces-reader
Memcheck:Cond
fun:_ZN11xercesc_2_717XMLUTF8Transcoder13transcodeFromEPKhjPtjRjPh
fun:_ZN11xercesc_2_79XMLReader14xcodeMoreCharsEPtPhj
fun:_ZN11xercesc_2_79XMLReader17refreshCharBufferEv
}