-
Notifications
You must be signed in to change notification settings - Fork 1
/
cmess_valgrind.supp
81 lines (62 loc) · 1.37 KB
/
cmess_valgrind.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
{
libgomp
Memcheck:Leak
fun:malloc
obj:/usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
obj:/usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
obj:/usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
fun:call_init.part.0
fun:call_init
fun:_dl_init
obj:/lib/x86_64-linux-gnu/ld-2.21.so
}
{
vg_replace_malloc
Memcheck:Free
fun:free
fun:free_mem
fun:__libc_freeres
fun:_vgnU_freeres
fun:exit
fun:(below main)
}
{
libgomp_64
Memcheck:Leak
fun:malloc
obj:/usr/lib64/valgrind/memcheck-ppc64be-linux
obj:/usr/lib64/libgomp.so.1.0.0
obj:/usr/lib64/libgomp.so.1.0.0
fun:_dl_init
fun:_dl_start_user
}
{
flexiblas
fun:__flexiblas_dlopen
fun:flexiblas_init
}
{
flexiblas_2
fun:_dlerror_run
fun:dlopen@@GLIBC_2.2.5
fun:__flexiblas_dlopen
}
{
openmp_
memcheck:Leak
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:allocate_stack
fun:pthread_create@@GLIBC_2.2.5
obj:/usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
fun:GOMP_parallel
}
{
umfpack_save_numeric_unitialised_value
Memcheck:Param
write(buf)
fun:fwrite
fun:umfpack_di_save_numeric
fun:mess_multidirect_umfpack
}