Bug#594367: valgrind: annoying errors in ld.so on amd64

2011-03-14 Thread Eero Tamminen
Valgrind needs debug symbols for ld as error suppressions are based on function names. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#594367: valgrind: annoying errors in ld.so on amd64

2010-08-25 Thread Alain Greppin
Package: valgrind Version: 1:3.3.1-3 Severity: important A minimal program produces errors in valgrind: $ echo "main(){}" > main.c; gcc -g main.c; valgrind ./a.out ==10867== Memcheck, a memory error detector. ==10867== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==10867== Usi