From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105970 invoked by alias); 7 Aug 2015 18:39:58 -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 105960 invoked by uid 89); 7 Aug 2015 18:39:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 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-ig0-f176.google.com Received: from mail-ig0-f176.google.com (HELO mail-ig0-f176.google.com) (209.85.213.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 07 Aug 2015 18:39:56 +0000 Received: by igbpg9 with SMTP id pg9so37213447igb.0 for ; Fri, 07 Aug 2015 11:39:54 -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:from:date :message-id:subject:to:cc:content-type; bh=Z5yj8z9w9mnmIQ+kGwZ3suQDPXinzs4WgRV0L4GkmGs=; b=NWXs+t+llrlBU54aT/eB33CeHvmCqsbGgOT4rXt7X6NQtQs0Ud8CT1l5ZF+DVp0pCe TOHD2POQ7ltHoLNMyguYURWdIZYZpY6tbX/yaxGU8cSnMxd2M8TQtZAuCGUAke9fwF4y +GAFxupsoUOOvkHvjGay61lSv5kDl9cwT38hEysW6R/zzULotSp0kKeiVsK1o3x7n1WY ugXU1YJRH6+Nd4TWm/pEekKqwy6rWuwNyvYb5vjQdvqkfnZlDXjuJ0EUjjknxHtVR+gv nHpfo3pZEXJgrspFxm++7g4PLz0ZbKn/AztUORdOuKcMNHXLuFJLbfZ/yfXWu3ozSoBQ XG5g== X-Gm-Message-State: ALoCoQkrZ7k9I+tkHW0abCt8YX9KCFMy7N7saMvLFpU2qGNG242nFEmd7G67aHIgU/LxTcBE/hZu X-Received: by 10.50.97.33 with SMTP id dx1mr4664098igb.1.1438972794542; Fri, 07 Aug 2015 11:39:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.93.102 with HTTP; Fri, 7 Aug 2015 11:39:14 -0700 (PDT) In-Reply-To: <55C4D348.4030801@redhat.com> References: <55C4D348.4030801@redhat.com> From: Doug Evans Date: Fri, 07 Aug 2015 18:39:00 -0000 Message-ID: Subject: Re: [RFC/7.10] Temp fix for 17960 assertion failure? To: Keith Seitz Cc: "gdb-patches@sourceware.org ml" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00206.txt.bz2 On Fri, Aug 7, 2015 at 8:48 AM, Keith Seitz wrote: > Hi, Doug, > > A while ago you posted a temporary patch to squash the completer > assertion failure reported in 17960: > > (gdb) break gdb.c:ma > ./../src/gdb/completer.c:837: internal-error: maybe_add_completion: > Assertion `tracker != NULL' failed. > A problem internal to GDB has been detected, > further debugging may prove unreliable. > > Proposed patch: > https://sourceware.org/ml/gdb-patches/2015-02/msg00830.html > > Should we add this to 7.10? Ah, righto. Sounds good to me. I'll take care of it.