File: valgrind-suppress-3.10.0

package info (click to toggle)
pcp 6.3.8-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 235,180 kB
  • sloc: ansic: 1,253,622; sh: 173,998; xml: 160,490; cpp: 83,331; python: 20,482; perl: 18,302; yacc: 6,886; makefile: 2,955; lex: 2,862; fortran: 60; java: 52
file content (18 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# same bogus condition seen with earlier versions of valgrind
# (this time with pmFetch_ctx() on the call stack)
#
# Conditional jump or move depends on uninitialised value(s)
# at 0x408AEAD: __pmLogFetchInterp (interp.c:1476)
# by 0x4085AC2: __pmLogFetch (logutil.c:2066)
# by 0x40670B7: pmFetch_ctx (fetch.c:156)
# by 0x40675E6: pmFetch (fetch.c:201)
# by 0x8049B99: main (pmlogreduce.c:364)
{
   valgrind 3.10.0 condjump botch - 0
   Memcheck:Cond
   fun:__pmLogFetchInterp
   fun:__pmLogFetch
   fun:pmFetch_ctx
   fun:pmFetch
   ...
}