Heya, didn't know you used Debian ;)

On Thu, May 12, 2011 at 07:53:01AM -0400, Jeff King wrote:
> Package: valgrind
> Version: 1:3.6.1-2
> Severity: important
> Tags: patch
> 
> With no VALGRIND_OPTS set, valgrind is completely broken:
> 
>   $ valgrind ls
>   valgrind: Bad option: -suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
>   valgrind: Use --help for more information or consult the user manual.
> 
> The problem is that the valgrind wrapper script sets:
> 
>   VALGRIND_OPTS="$VALGRIND_OPTS --suppressions=..."
> 
> resulting in
> 
>   VALGRIND_OPTS=" --suppressions=..."
> 
> but the options parser chokes on the leading space. The bug seems to be
> introduced by patch 0004, which mismatches the start of the string and
> the start of where we write useful values. Patch is attached.

Yeah I found out about this while working on the other instance of the
bug and had a similar patch, too bad I didn't saw yours before.

I'm uploading a fix RSN, meanwhile you can "fix" it in the valgrind
shell script.


-- 
·O·  Pierre Habouzit
··O                                                madco...@debian.org
OOO                                                http://www.madism.org



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to