File: valgrind.supp

package info (click to toggle)
lsp-plugins 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 91,856 kB
  • sloc: cpp: 427,831; xml: 57,779; makefile: 9,961; php: 1,005; sh: 18
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
   ...
}