File: valgrind-suppress-3.6.0.SVN-Debian

package info (click to toggle)
pcp 3.9.10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 81,836 kB
  • ctags: 26,423
  • sloc: ansic: 178,791; sh: 79,349; cpp: 61,042; xml: 28,842; perl: 12,963; yacc: 5,351; python: 4,578; lex: 1,894; makefile: 1,665; fortran: 60; java: 22; awk: 20
file content (75 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Broken valgrind 3.6.1 seen on i686 openSUSE 12.1
# also seen with valgrind 3.6.0 on i586 Debian 6.0.7
#
# For libpcp/interp.c as of commit ba2cb05135896224d534ff9e1d1195e9193facba
# the full reported "error" is
# Conditional jump or move depends on uninitialised value(s)
#    at 0x4076805: __pmLogFetchInterp (interp.c:1437)
#    by 0x40716FB: __pmLogFetch (logutil.c:1653)
#    by 0x4021917: ???
#  Uninitialised value was created by a heap allocation
#    at 0x402913D: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
#    by 0x40765EB: __pmLogFetchInterp (interp.c:1427)
#    by 0x40716FB: __pmLogFetch (logutil.c:1653)
#    by 0x4021917: ???
# which is bogus
#
{
   Valgrind 3.6.1 botch
   Memcheck:Cond
   fun:__pmLogFetchInterp
   fun:__pmLogFetch
   obj:*
}

# dlopen issues seen with valgrind 3.6.0 on i586 Debian 6.0.7
{
   dlopen -> local_strdup
   Memcheck:Leak
   fun:malloc
   fun:local_strdup
   fun:_dl_map_object
   fun:dl_open_worker
   fun:_dl_catch_error
   fun:_dl_open
   fun:dlopen_doit
   fun:_dl_catch_error
   fun:_dlerror_run
   fun:dlopen@@GLIBC_2.1
   fun:__pmConnectLocal
   fun:pmNewContext
}

{
   dlopen -> _dl_check_map_versions
   Memcheck:Leak
   fun:calloc
   fun:_dl_check_map_versions
   fun:dl_open_worker
   fun:_dl_catch_error
   fun:_dl_open
   fun:dlopen_doit
   fun:_dl_catch_error
   fun:_dlerror_run
   fun:dlopen@@GLIBC_2.1
   fun:__pmConnectLocal
   fun:pmNewContext
   obj:*
}

{
   dlopen -> _dl_map_object_deps
   Memcheck:Leak
   fun:malloc
   fun:_dl_map_object_deps
   fun:dl_open_worker
   fun:_dl_catch_error
   fun:_dl_open
   fun:dlopen_doit
   fun:_dl_catch_error
   fun:_dlerror_run
   fun:dlopen@@GLIBC_2.1
   fun:__pmConnectLocal
   fun:pmNewContext
   obj:*
}