comparison DPF-Prymula-audioplugins/dpf/utils/valgrind-dpf.supp @ 3:84e66ea83026

DPF-Prymula-audioplugins-0.231015-2
author prymula <prymula76@outlook.com>
date Mon, 16 Oct 2023 21:53:34 +0200
parents
children
comparison
equal deleted inserted replaced
2:cf2cb71d31dd 3:84e66ea83026
1 {
2 libdl is full of leaks
3 Memcheck:Leak
4 ...
5 fun:_dl_open
6 ...
7 }
8 {
9 libdl is full of leaks
10 Memcheck:Leak
11 ...
12 fun:_dl_close
13 ...
14 }
15 {
16 libdl is full of leaks
17 Memcheck:Leak
18 ...
19 fun:_dl_init
20 }
21 {
22 libdl is full of leaks
23 Memcheck:Leak
24 ...
25 fun:_dl_allocate_tls
26 ...
27 }
28 {
29 libdl is full of leaks
30 Memcheck:Leak
31 ...
32 fun:call_init.part.0
33 }
34 {
35 libdl is really something else
36 Memcheck:Addr8
37 ...
38 fun:dl_open_worker
39 }
40 {
41 ignore XInitThreads
42 Memcheck:Leak
43 ...
44 fun:XInitThreads
45 ...
46 }
47 {
48 ignore XrmGetStringDatabase
49 Memcheck:Leak
50 ...
51 fun:XrmGetStringDatabase
52 ...
53 }
54 {
55 ignore XPutImage
56 Memcheck:Param
57 writev(vector[...])
58 ...
59 fun:XPutImage
60 ...
61 }
62 {
63 ignore mesa stuff
64 Memcheck:Value8
65 ...
66 obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
67 fun:start_thread
68 fun:clone
69 }
70 {
71 leak in fftw plan
72 Memcheck:Leak
73 fun:malloc
74 fun:fftwf_malloc_plain
75 fun:fftwf_mkplanner
76 fun:fftwf_the_planner
77 fun:fftwf_mkapiplan
78 fun:fftwf_plan_many_dft_r2c
79 fun:fftwf_plan_dft_r2c
80 fun:fftwf_plan_dft_r2c_1d
81 ...
82 }
83 {
84 leak in fftw plan
85 Memcheck:Leak
86 fun:memalign
87 fun:fftwf_malloc_plain
88 fun:fftwf_mkplanner
89 fun:fftwf_the_planner
90 fun:fftwf_mkapiplan
91 fun:fftwf_plan_many_dft_r2c
92 fun:fftwf_plan_dft_r2c
93 fun:fftwf_plan_dft_r2c_1d
94 ...
95 }