File: valgrind.supp

package info (click to toggle)
libosmium 2.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,544 kB
  • sloc: cpp: 52,804; sh: 148; makefile: 19
file content (47 lines) | stat: -rw-r--r-- 961 bytes parent folder | download | duplicates (8)
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
#-----------------------------------------------------------------------------
#
#  This file describes messages that Valgrind should suppress, because they
#  are about problems outside Libosmium that we can't fix anyway.
#
#  See http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress
#
#-----------------------------------------------------------------------------

{
   dl_error1
   Memcheck:Cond
   fun:index
   fun:expand_dynamic_string_token
   fun:fillin_rpath
   fun:_dl_init_paths
   fun:dl_main
   fun:_dl_sysdep_start
   fun:_dl_start
}
{
   dl_error2
   Memcheck:Cond
   fun:index
   fun:expand_dynamic_string_token
   fun:_dl_map_object
   fun:map_doit
   fun:_dl_catch_error
   fun:do_preload
   fun:dl_main
   fun:_dl_sysdep_start
   fun:_dl_start
}
{
   libpoppler_leak
   Memcheck:Leak
   fun:malloc
   fun:gmalloc
   fun:copyString
}
{
   tmpfile
   Memcheck:Leak
   fun:malloc
   fun:fdopen@@GLIBC_*
   fun:tmpfile@@GLIBC_*
}