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 1MkBQI-0005Uy-Fu for garchives@archives.gentoo.org; Sun, 06 Sep 2009 06:40:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95369E0772; Sun, 6 Sep 2009 06:40:24 +0000 (UTC) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by pigeon.gentoo.org (Postfix) with ESMTP id 5A9C1E0772 for ; Sun, 6 Sep 2009 06:40:24 +0000 (UTC) Received: by ewy18 with SMTP id 18so1961343ewy.14 for ; Sat, 05 Sep 2009 23:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=wvsiFiyujld6/ECo/crfw/PWU95ftWNEsARs/3ItPz8=; b=T8ynpyls+fQqNdmoY5IegP9EoW9RAsZWv5QmqV4cIszEiRLDNrtfrkd95dgJcFCCP0 iYWNgeu3I7zjZHpQYUzEHEe5QSwQXI/727s/nRovzcDVdx28kaBTvjy1Z4B7+MyKbyPp aBuAYWrlmspuM5eCBaJfsJvZY21E4gdl/qtYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=flSwgsNYsh4/q7OoyUFSjh+wVbYDVLLujct48Zep0xoGGy2EOuOmRiSIp2LZi2NU9N VQlX4TfPCrSsPj1OB4FLsNQIb5X5zTprOwUb1iSCaJnslOEk3/y323NLndxbE+GoiokO cjIb7abcgT4keti72PfSU6+KMKQ/okkljOT8k= Received: by 10.216.19.210 with SMTP id n60mr1288312wen.107.1252219223814; Sat, 05 Sep 2009 23:40:23 -0700 (PDT) Received: from ?90.233.152.199? (host-90-233-152-199.mobileonline.telia.com [90.233.152.199]) by mx.google.com with ESMTPS id x6sm3587859gvf.20.2009.09.05.23.40.22 (version=SSLv3 cipher=RC4-MD5); Sat, 05 Sep 2009 23:40:23 -0700 (PDT) Message-ID: <4AA35A2B.6010201@gmail.com> Date: Sun, 06 Sep 2009 08:43:55 +0200 From: Erik User-Agent: Thunderbird 2.0.0.22 (X11/20090715) 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 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] What does it take to get debug symbols from /lib/ld-2.9.so? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 67b4fc18-1223-4b4a-9192-bcd9eb372f4f X-Archives-Hash: ad956d65f3c7aa3866bc40a7389738cd I have emerged glibc with "debug -glibc-omitfp" and restarted the system. But when I execute "valgrind /usr/lib/mozilla-firefox/firefox" I only see things like this: Invalid read of size 4 at 0x4018620: (within /lib/ld-2.9.so) No filename:linenumber here. What does it take to get debug symbols from /lib/ld-2.9.so?