From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30554 invoked by alias); 23 Sep 2014 21:35:15 -0000 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 Received: (qmail 30537 invoked by uid 89); 23 Sep 2014 21:35:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f180.google.com Received: from mail-vc0-f180.google.com (HELO mail-vc0-f180.google.com) (209.85.220.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 23 Sep 2014 21:35:11 +0000 Received: by mail-vc0-f180.google.com with SMTP id hq11so5858342vcb.39 for ; Tue, 23 Sep 2014 14:35:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=XwhwYFfrrwzoXAKMqdZkgpN26dW0ENK3LDJVAXKgPqY=; b=JGh6AgqtATyc78bIEsdqviAO0+iRKrX4AGsCaxKVt4pv+8k50l/Syzy71AZzzt2q9M mDGgJucOqSw6Tqa5l/AI102lzPZYdsYdMGcUdM9JdCFrK3XgKs2aObCeChlC4h0O1MY+ zQn4sW5UpCdFUBvf85FL0uLwaRzPCYmMx74ds6fw1vm59bXbLJYJQVoLsMJsoeLGeUJH sufqv70XKBiIqBlLzx2O4+nh8LQIvymHAyCZiQ12pF/lkPmh0zZ50cDUMDyQiTVd2efH iQjdbuCKHRIm2ddXvevKgTgMidZJUlPrxoL0RwX/pRT95zAsFMn8iNvuZZDIUG6NPKZg w/OA== X-Gm-Message-State: ALoCoQltLFiQKckwe1+zppBDm/pj4a8WTTRImCS/8DYHYaUB8iY3dkcTRBItGyOK+zStt+WqD3O4 MIME-Version: 1.0 X-Received: by 10.220.87.197 with SMTP id x5mr2172314vcl.70.1411508108633; Tue, 23 Sep 2014 14:35:08 -0700 (PDT) Received: by 10.52.181.65 with HTTP; Tue, 23 Sep 2014 14:35:08 -0700 (PDT) In-Reply-To: <21523.39044.768702.981508@ruffy2.mtv.corp.google.com> References: <5411CFAE.7040805@redhat.com> <20140912115452.GA5626@host2.jankratochvil.net> <5412E3AC.80203@redhat.com> <21523.39044.768702.981508@ruffy2.mtv.corp.google.com> Date: Tue, 23 Sep 2014 21:35:00 -0000 Message-ID: Subject: Re: time to workaround libc/13097 in fsf gdb? From: Doug Evans To: Pedro Alves Cc: Jan Kratochvil , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00705.txt.bz2 On Fri, Sep 12, 2014 at 6:06 PM, Doug Evans wrote: > I downloaded glibc 2.20 and tested it with gdb 7.8. > Still an issue. > [I just did a simple build, if there's a configure option > that will fix things I didn't try one.] > I think FSF gdb 7.8[.1?] (the latest) should work with FSF glibc 2.20 > (the latest). Data point: Evidently people on Arch Linux are tripping over this, so there are real users affected here. They're also affected by another bug where we're not reading their vdso properly and getting bfd error "File truncated".