From owner-freebsd-current@FreeBSD.ORG Thu Jul 12 20:45:04 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 479A816A47A for ; Thu, 12 Jul 2007 20:45:04 +0000 (UTC) (envelope-from bsd@kuehlbox.de) Received: from samael.qmail-ldap.de (mail.kuehlbox.de [62.159.47.22]) by mx1.freebsd.org (Postfix) with ESMTP id 3D4D013C4B0 for ; Thu, 12 Jul 2007 20:45:02 +0000 (UTC) (envelope-from bsd@kuehlbox.de) Received: (qmail 26695 invoked from network); 12 Jul 2007 20:45:00 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=kuehlbox.de; b=MiiOq3NFrqLQoflW1cryKQn1BKl2cjXBZI2NcqvhJaqYDIDBkdo7oKPg4WvseUUWl/rTV8LXqnEYtUoqnheAcYLkSbw+B57pkdMeC926I8XV6idpmDW7cAyNWGX6kWML ; Received: from unknown (HELO [192.168.200.128]) (bsd@kuehlbox.de@[82.135.93.20]) (envelope-sender ) by samael.qmail-ldap.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 12 Jul 2007 20:45:00 -0000 Message-ID: <469693EB.8050802@kuehlbox.de> Date: Thu, 12 Jul 2007 22:49:47 +0200 From: Teufel User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Simon Barner , current@FreeBSD.org References: <20070710120901.GA65987@atknoll88.informatik.tu-muenchen.de> <469608E2.3040804@kuehlbox.de> <20070712130213.GA3028@dose.local.invalid> In-Reply-To: <20070712130213.GA3028@dose.local.invalid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Valgrind GCC 4.2 patches X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:45:04 -0000 Hi again, we got a bit further... I guess its a prob with symbol versioning. Greetings, Stephan valgrind /bin/ls ==98005== Memcheck, a memory error detector for x86-linux. ==98005== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward. ==98005== Using valgrind-2.1.0, a program supervision framework for x86-linux. ==98005== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward. ==98005== Estimated CPU clock rate is 2464 MHz ==98005== For more details, rerun with: -v ==98005== /libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.0 required by /bin/ls not defined ==98005== ==98005== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==98005== malloc/free: in use at exit: 0 bytes in 0 blocks. ==98005== malloc/free: 0 allocs, 0 frees, 0 bytes allocated. ==98005== For a detailed leak analysis, rerun with: --leak-check=yes ==98005== For counts of detected errors, rerun with: -v Simon Barner wrote: > Teufel wrote: > > I've updated the patches. Could you please try again? >