From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24646 invoked by alias); 28 Sep 2010 14:55:31 -0000 Received: (qmail 24634 invoked by uid 22791); 28 Sep 2010 14:55:30 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Sep 2010 14:55:23 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8SEtK35003141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 28 Sep 2010 10:55:20 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8SEtJv8029607; Tue, 28 Sep 2010 10:55:19 -0400 Received: from [10.15.16.129] (dhcp-10-15-16-129.yyz.redhat.com [10.15.16.129]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o8SEtHmk024966; Tue, 28 Sep 2010 10:55:18 -0400 Message-ID: <4CA201D6.2000002@redhat.com> Date: Tue, 28 Sep 2010 16:32:00 -0000 From: sami wagiaalla User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.2 MIME-Version: 1.0 To: Tom Tromey CC: Doug Evans , gdb-patches@sourceware.org Subject: Re: [patch] PR 12028 "GDB crashes on a double free during overload resolution" References: <4C937E2D.80500@redhat.com> <4C9A2B89.4080601@redhat.com> <4C9B7CB1.7030208@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00471.txt.bz2 On 09/27/2010 01:18 PM, Tom Tromey wrote: >>>>>> "Sami" == sami wagiaalla writes: > > Sami> Incidentally, there is this error: > Sami> ==8467== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 27 from 9) > Sami> ==8467== Use of uninitialised value of size 8 > Sami> ==8467== at 0x57C966: bcache_full (bcache.c:189) > Sami> ==8467== by 0x52E94F: add_psymbol_to_list (psymtab.c:1358) > Sami> ==8467== by 0x596634: add_partial_symbol (dwarf2read.c:3794) > Sami> ==8467== by 0x596A7A: add_partial_subprogram (dwarf2read.c:3882) > > Sami> Worth figuring out but it is unrelated to this patch series. > > This is fallout from your earlier bcache changes. > Totally my bad, I should have guessed that and investigated further. Thanks for tracking this down and for the patch.