From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24544 invoked by alias); 4 Aug 2004 21:12:13 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 23896 invoked from network); 4 Aug 2004 21:11:49 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 4 Aug 2004 21:11:49 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 93E6F357B; Wed, 4 Aug 2004 14:11:28 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id i74LBO70025616; Wed, 4 Aug 2004 14:11:24 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i74LBNWl025613; Wed, 4 Aug 2004 14:11:23 -0700 Date: Wed, 04 Aug 2004 21:12:00 -0000 Message-Id: <200408042111.i74LBNWl025613@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix various bugs discovered by valgrind In-Reply-To: Jakub Jelinek's message of Wednesday, 4 August 2004 18:57:00 +0200 <20040804165700.GG30497@sunsite.ms.mff.cuni.cz> X-Shopping-List: (1) Regimented suspicious paradoxes (2) Glamorous miscreants (3) Pompous joyous pretense commanders X-SW-Source: 2004-08/txt/msg00008.txt.bz2 > I have modified Makeconfig after doing make (but before make check) to: > run-program-prefix = $(if $(filter $(notdir $(built-program-file)),\ > $(tests-static)),, \ > valgrind --tool=memcheck) Do valgrind's LD_PRELOAD modules not work when running ld.so directly? Why not just prefix the usual $(rtld-installed-name) hooey with valgrind?