File: valgrind.supp

package info (click to toggle)
lsp-plugins 1.2.21-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120,408 kB
  • sloc: cpp: 589,849; xml: 74,078; makefile: 13,396; php: 1,268; sh: 185
file content (40 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (95)
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
{
   libdl is full of leaks
   Memcheck:Leak
   ...
   fun:_dl_open
   ...
}
{
   libdl is full of leaks
   Memcheck:Leak
   ...
   fun:_dl_close
   ...
}
{
   libdl is full of leaks
   Memcheck:Leak
   ...
   fun:_dl_init
}
{
   libdl is full of leaks
   Memcheck:Leak
   ...
   fun:_dl_allocate_tls
   ...
}
{
   libdl is full of leaks
   Memcheck:Leak
   ...
   fun:call_init.part.0
}
{
   ignore XInitThreads
   Memcheck:Leak
   ...
   fun:XInitThreads
   ...
}