Your message dated Thu, 12 Jun 2008 00:17:08 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#479165: fixed in valgrind 1:3.3.1-1 has caused the Debian Bug report #479165, regarding valgrind: --suppressions added multiple times to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 479165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479165 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: valgrind Version: 1:3.3.0-1 Severity: normal Running valgrind in a program that seems to reexecute itself (by replacing that program by a wrapper calling it under valgrind) leads to the grand-children getting the "--suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp" option added multiple times, until valgrind exits with error: ==26636== Too many suppression files specified. ==26636== Increase VG_CLO_MAX_SFILES and recompile. valgrind: Bad option '--suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp'; aborting. valgrind: Use --help for more information. I changed the affected lines in /usr/bin/valgrind by: 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" fi and now it seems to work better. -- Lionel
--- End Message ---
--- Begin Message ---Source: valgrind Source-Version: 1:3.3.1-1 We believe that the bug you reported is fixed in the latest version of valgrind, which is due to be installed in the Debian FTP archive: valgrind_3.3.1-1.diff.gz to pool/main/v/valgrind/valgrind_3.3.1-1.diff.gz valgrind_3.3.1-1.dsc to pool/main/v/valgrind/valgrind_3.3.1-1.dsc valgrind_3.3.1-1_amd64.deb to pool/main/v/valgrind/valgrind_3.3.1-1_amd64.deb valgrind_3.3.1.orig.tar.gz to pool/main/v/valgrind/valgrind_3.3.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andrés Roldán <[EMAIL PROTECTED]> (supplier of updated valgrind package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 11 Jun 2008 23:10:08 +0000 Source: valgrind Binary: valgrind Architecture: source amd64 Version: 1:3.3.1-1 Distribution: unstable Urgency: low Maintainer: Andrés Roldán <[EMAIL PROTECTED]> Changed-By: Andrés Roldán <[EMAIL PROTECTED]> Description: valgrind - A memory debugger and profiler Closes: 472335 479165 Changes: valgrind (1:3.3.1-1) unstable; urgency=low . * New upstream version. * Re-debianized from the scratch. * debian/valgrind.sh: - Avoid to add the same suppression on programs that re-execute themselves. (Closes: #479165) * debian/control: - Made valgrind buildable for etch. (Closes: #472335) * Bumped standard version to 3.7.3 Checksums-Sha1: a0fd7840585edeb2177014d275a16886eee9de8d 1179 valgrind_3.3.1-1.dsc dfa82b8ef4a3a65fcd533a9c5614e2cd53c5770e 5717624 valgrind_3.3.1.orig.tar.gz b990d701dbd485c90b3c4f88c13d76676399adad 90929 valgrind_3.3.1-1.diff.gz a49783e095e6603c44df55727cc255b1291be077 37795656 valgrind_3.3.1-1_amd64.deb Checksums-Sha256: edc6fa9ac0c677c6602a1738d7a4fea63c8cd9b7425d7b225220659850d96541 1179 valgrind_3.3.1-1.dsc dc01536caf04a7666bd67ab07836b8a586aac0b8f3cb5490ced14bea075880c8 5717624 valgrind_3.3.1.orig.tar.gz b7cda748ced0c8c520f59b16e0ef33016beadb1e2c555ae4ee4ac7c20aa6fa4a 90929 valgrind_3.3.1-1.diff.gz 2ae3b94010017d65bdfb065a121d2bcae53ccfedad75fcaf5ed7e52209cb7dff 37795656 valgrind_3.3.1-1_amd64.deb Files: a93dcf1fada3e4316dbff8842e21dd94 1179 devel optional valgrind_3.3.1-1.dsc 664d3105eaefa0c52bc98708b093e4fb 5717624 devel optional valgrind_3.3.1.orig.tar.gz be13962253a821decb1bc4a9557536c9 90929 devel optional valgrind_3.3.1-1.diff.gz 631db14d48bffbbff1016bb4d050bb67 37795656 devel optional valgrind_3.3.1-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIUF0M2OByS7KTlusRAkj0AJ9uZpNndPDi15KFdTXbPM+HDu8jmgCePrff G7iNV4r9UZZbd0cMxB9ELvQ= =q+/e -----END PGP SIGNATURE-----
--- End Message ---

