Package: valgrind
Version: 1:3.6.1-3
Followup-For: Bug #626486
-- System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'),
(500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages valgrind depends on:
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii libc6-dbg 2.13-4 Embedded GNU C Library: detached d
Versions of packages valgrind recommends:
ii gdb 7.2-1 The GNU Debugger
Versions of packages valgrind suggests:
pn alleyoop <none> (no description available)
pn kcachegrind <none> (no description available)
pn valkyrie <none> (no description available)
-- no debconf information
the following patch seems to fix the issue
--- /usr/bin/valgrind 2011-05-12 20:01:16.000000000 +0200
+++ /usr/bin/valgrind 2011-05-12 19:58:26.000000000 +0200
@@ -7,7 +7,7 @@
# Use special suppression file if libc6-dbg is installed
if [ -d /usr/lib/debug ] && ! echo "${VALGRIND_OPTS}" | fgrep -q --
'--suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp'; then
- export VALGRIND_OPTS="$VALGRIND_OPTS
--suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp"
+ export
VALGRIND_OPTS="--suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
$VALGRIND_OPTS"
fi
# Use debug libraries if found.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]