From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id DCAA73858D34 for ; Thu, 18 Jun 2020 19:57:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DCAA73858D34 Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-398-0uoo4qdoPSOaAC_4GWrvvQ-1; Thu, 18 Jun 2020 15:57:22 -0400 X-MC-Unique: 0uoo4qdoPSOaAC_4GWrvvQ-1 Received: by mail-wr1-f71.google.com with SMTP id p10so3222127wrn.19 for ; Thu, 18 Jun 2020 12:57:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=c2WRmqg4m0N0+Lkol1zF0AdYLsns8VkM9jLG2lI6Cco=; b=fDRsQ92tM0Sry3W8rqvUgBkvh64IRge4uJ+zThqWqyr+dRKZvbbDQyBQUsnnZmvEtP dbLrRYvX4fDobkEuKikVXg/KKfWrf5o3PQSSqwe3wPVBzELd1f1gsVacDb+8w9YBTQyH UUZZ4KZyxDJTiT8KyWrDvfeu3jlQAx+3eVNfrWKoz+SwyPdEkEo5ltdDOr73N5VV0xEZ zps76Z2pqlmJDV7V68p6uE8NAy7uDjyMGNZSIgNBL5SVB23zDe2b9Aa+7kMJvpnAkVlZ y4K5FCHQAqWMY/+dyjYAr1XLiUzQxt6EJazaVLOlaOrpYkQVG+MMEQ8OXZrXocAf5uSK 6s8A== X-Gm-Message-State: AOAM532Lf8+7qYQI6k3eP0Zg6z4DpEbXaTJ5MrbxKd36t6/oFsKfIaIA 5KZuYyFlwu24yByEWAkgwxpCdAIistBkf0EAAhuVzGjygdnXvGqEoS8mRWCD1fquyjbI4+JhO/S YxlveEo+tnEHtBnIK25pv7Q== X-Received: by 2002:adf:f4c1:: with SMTP id h1mr145552wrp.328.1592510241321; Thu, 18 Jun 2020 12:57:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy0Idc9tVb06vv6fGSnZL+mHNV8vGFBbqZmPQBgyMrWq8urJR5/G6LphQDXmcKxLGqPFw1Xbg== X-Received: by 2002:adf:f4c1:: with SMTP id h1mr145509wrp.328.1592510240753; Thu, 18 Jun 2020 12:57:20 -0700 (PDT) Received: from ?IPv6:2001:8a0:f922:c400:56ee:75ff:fe8d:232b? ([2001:8a0:f922:c400:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id h15sm4456854wrt.73.2020.06.18.12.57.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 18 Jun 2020 12:57:20 -0700 (PDT) Subject: Re: GDB 10.1 release: branching early July? To: Joel Brobecker , Simon Marchi References: <20200614015612.GA6242@adacore.com> <20200615225350.GG7711@adacore.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <1a0022cd-af10-6a19-8b34-c3d2e8d5e23c@redhat.com> Date: Thu, 18 Jun 2020 20:57:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20200615225350.GG7711@adacore.com> Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 19:57:29 -0000 Hi Joel, On 6/15/20 11:53 PM, Joel Brobecker wrote: >>> * [unassigned] >>> thread_info with duplicate ptid added to inferior thread list >>> https://sourceware.org/bugzilla/show_bug.cgi?id=25412 >>> >>> Reported by Simon, who started investigating a bit. >>> Simon says the issue appeared after the "multi-target" patch >>> series went in (5b6d1e4fa by Pedro). >>> >>> Simon - is that still an issue? >> >> Yes, Pedro has a patch series to address it here: >> >> https://sourceware.org/pipermail/gdb-patches/2020-April/167578.html >> >> We need to get back to it and get it merged. > > Thanks for the update and the URL, Simon. This is super helpful > for me to keep track of progress. > I'm addressing the review comments of that series today. Thanks, Pedro Alves