File: valgrind.supp

package info (click to toggle)
lsp-plugins 1.2.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 237,148 kB
  • sloc: cpp: 662,530; xml: 82,539; makefile: 14,305; php: 1,363; sh: 185
file content (40 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (154)
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
   ...
}