From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MCSKV-0007cE-GM for garchives@archives.gentoo.org; Fri, 05 Jun 2009 05:51:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8535E02CD; Fri, 5 Jun 2009 05:50:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A407EE02CD for ; Fri, 5 Jun 2009 05:50:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4480865BDD for ; Fri, 5 Jun 2009 05:50:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.512 X-Spam-Level: X-Spam-Status: No, score=-3.512 required=5.5 tests=[AWL=0.087, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ptczMgzL0fAC for ; Fri, 5 Jun 2009 05:50:48 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AC9A4654FE for ; Fri, 5 Jun 2009 05:50:45 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MCSK6-0004OB-LW for gentoo-user@gentoo.org; Fri, 05 Jun 2009 05:50:38 +0000 Received: from athedsl-375207.home.otenet.gr ([79.131.17.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jun 2009 05:50:38 +0000 Received: from realnc by athedsl-375207.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jun 2009 05:50:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Endless stream of valgrind errors with glibc-2.10.1 Date: Fri, 05 Jun 2009 08:50:45 +0300 Organization: Lucas Barks Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-375207.home.otenet.gr User-Agent: Thunderbird 2.0.0.21 (X11/20090429) Sender: news X-Archives-Salt: 83af7919-535b-4a00-b952-ef84ea5b49e6 X-Archives-Hash: 76883536176583f42ff98914be6c42ca I'm getting a big load of errors when running valgrind on every executable on the system. Even a "valgrind ls /" results in tons of this: ==16779== Use of uninitialised value of size 8 ==16779== at 0x30000100C3: ??? (in /lib64/ld-2.10.1.so) ==16779== by 0x300000397B: ??? (in /lib64/ld-2.10.1.so) ==16779== by 0x300001401B: ??? (in /lib64/ld-2.10.1.so) ==16779== by 0x3000001450: ??? (in /lib64/ld-2.10.1.so) ==16779== by 0x3000000BA7: ??? (in /lib64/ld-2.10.1.so) Can anyone confirm? I'm on AMD64, GCC 4.3.3-r2, gentoo-sources 2.6.28-r6, linux-headers 2.6.28-r1. I've rebuild system and valgrind, but it doesn't help.